We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a425b commit 9b33ca7Copy full SHA for 9b33ca7
.github/workflows/check_docker_build.yml
@@ -14,4 +14,4 @@ jobs:
14
run: docker build . --tag ${{ github.repository }}
15
16
- name: Run info.sh
17
- run: docker run -it ${{ github.repository }} sh info.sh
+ run: docker run -t ${{ github.repository }} sh info.sh
0 commit comments