Skip to content

Commit

Permalink
Change docker user as root instead of CKAN for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 11, 2024
1 parent b2ded7b commit b645b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ckan/ckan-dev:${{ matrix.ckan-base-version }}-${{ matrix.ckan-version }}
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-base-version }}-${{ matrix.solr-version }}
Expand Down

0 comments on commit b645b28

Please sign in to comment.