Skip to content

Commit d5d8a45

Browse files
committed
Use correct components
1 parent 302742e commit d5d8a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
343343
if [[ -f "$test_images_hook" ]]; then
344344
# Iterate through all components and store their image ref in an environment variable
345-
for component in $(jq -c '.componentsToBuild[]' <<< "$FLAVOR"); do
345+
for component in $(jq -c '.components[]' <<< "$FLAVOR"); do
346346
name=$(jq -r '.ecr_repository' <<< "$component")
347347
image_ref=$(jq -r '.image_ref' <<< "$component")
348348
# Replace all non-alphanumeric characters with underscores and convert to uppercase

0 commit comments

Comments
 (0)