File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments