Skip to content

Commit

Permalink
Fix docker env file flag
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Aug 1, 2023
1 parent be56ea1 commit fbe606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
run: echo DATACITE_PASSWORD=${{ secrets.DATACITE_PASSWORD }} >> ./.github/config.env

- name: Run minting api
run: docker run -e ./.github/config.env -p 8000:8000 harbor.stfc.ac.uk/icat/doi-mint-api
run: docker run --env-file ./.github/config.env -p 8000:8000 harbor.stfc.ac.uk/icat/doi-mint-api

# E2E tests
- name: Setup Node.js
Expand Down

0 comments on commit fbe606a

Please sign in to comment.