Skip to content

Commit 775a4e3

Browse files
committed
Get rid of additional image_tag
1 parent 5ff1faf commit 775a4e3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ jobs:
116116
skip_retag: skip_push,
117117
// Add metadata to the flavor object (will be used as matrix input)
118118
build_time: buildTime,
119-
image_tag: imageTag,
120-
image_tag_branch_name: imageTagBranchName,
121119
test_images: {
122120
enabled: testImageEnabled,
123121
script_path: testImagesHookScript,
@@ -427,12 +425,6 @@ jobs:
427425
- name: Retag images
428426
shell: bash
429427
run: |
430-
image_tag="${{ matrix.flavor.image_tag }}"
431-
image_tag_branch_name="${{ matrix.flavor.image_tag_branch_name }}"
432-
433-
echo "image_tag=$image_tag"
434-
echo "image_tag_branch_name=$image_tag_branch_name"
435-
436428
for component in $(jq -c '.components[]' <<< "$FLAVOR"); do
437429
repository_name=$(jq -r '.ecr_repository' <<< "$component")
438430
image_tag=$(jq -r '.image_tag' <<< "$component")

0 commit comments

Comments
 (0)