We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302742e commit d5d8a45Copy full SHA for d5d8a45
.github/workflows/build-docker-artifacts.yml
@@ -342,7 +342,7 @@ jobs:
342
343
if [[ -f "$test_images_hook" ]]; then
344
# Iterate through all components and store their image ref in an environment variable
345
- for component in $(jq -c '.componentsToBuild[]' <<< "$FLAVOR"); do
+ for component in $(jq -c '.components[]' <<< "$FLAVOR"); do
346
name=$(jq -r '.ecr_repository' <<< "$component")
347
image_ref=$(jq -r '.image_ref' <<< "$component")
348
# Replace all non-alphanumeric characters with underscores and convert to uppercase
0 commit comments