Skip to content

Commit

Permalink
Remove interactive flag from docker run command
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Feb 21, 2024
1 parent a2140a1 commit 3389dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
shell: bash
working-directory: test
run: |
docker run -it --rm \
docker run --rm \
--volume ${PWD}:/publisher \
ghcr.io/ministryofjustice/tech-docs-github-pages-publisher:latest /usr/local/bin/td-package

0 comments on commit 3389dca

Please sign in to comment.