We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593dcb1 commit 4f7de20Copy full SHA for 4f7de20
1 file changed
.github/workflows/image-ci.yaml
@@ -33,5 +33,5 @@ jobs:
33
tags: ${{ steps.meta.outputs.tags }}
34
- name: Run test on image
35
run: |
36
- docker run -it harxhitttt/image-ci:latest
37
- node -v
+ docker run --rm harxhitttt/image-ci:latest node -v
+
0 commit comments