We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5967f8 commit 46a2126Copy full SHA for 46a2126
.github/workflows/docker-build-push-test.yml
@@ -26,9 +26,9 @@ jobs:
26
echo "CUSTOM_TAG=$CUSTOM_TAG" >> "$GITHUB_ENV"
27
test_command: |
28
pwd
29
+ docker run -it --rm test-templates "cat" "/build_args.txt"
30
after_command: |
31
- docker run -it --rm test-image sh -c "cat /build_args.txt"
32
# sbom: true
33
# parser: true
34
# sonarqube: true
0 commit comments