Skip to content

Commit 4fc8155

Browse files
author
mmogos
committed
CAT-26299 Allow passing build args to build workflow
1 parent e38a247 commit 4fc8155

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,7 +26,7 @@ jobs:
2626
echo "CUSTOM_TAG=$CUSTOM_TAG" >> "$GITHUB_ENV"
2727
test_command: |
2828
pwd
29-
docker run --rm test-templates:test cat /build_args.txt
29+
docker run --rm ${{ format('{0}.dkr.ecr.{1}.amazonaws.com', vars.AWS_ACCOUNT, vars.AWS_REGION) }}/test-templates:test cat /build_args.txt
3030
after_command: |
3131
pwd
3232
# sbom: true

0 commit comments

Comments
 (0)