Skip to content

Commit 46a2126

Browse files
author
mmogos
committed
CAT-26299 Allow passing build args to build workflow
1 parent b5967f8 commit 46a2126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
echo "CUSTOM_TAG=$CUSTOM_TAG" >> "$GITHUB_ENV"
2727
test_command: |
2828
pwd
29+
docker run -it --rm test-templates "cat" "/build_args.txt"
2930
after_command: |
3031
pwd
31-
docker run -it --rm test-image sh -c "cat /build_args.txt"
3232
# sbom: true
3333
# parser: true
3434
# sonarqube: true

0 commit comments

Comments
 (0)