Skip to content

Commit

Permalink
Remove -it flags in image test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Sep 13, 2024
1 parent 2531d85 commit 0e7fa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: build image
run: docker buildx build -t catadog .
- name: test image by starting up a container
run: docker run --rm -it --name catadog catadog
run: docker run --rm --name catadog catadog
- name: kill container
run: docker container kill catadog

0 comments on commit 0e7fa1a

Please sign in to comment.