Skip to content

Commit 6f3416d

Browse files
committed
These variables are not under 'resources'
1 parent b197626 commit 6f3416d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ jobs:
161161
162162
# Create a YAML config stump containing only the nested tree leading to the image tag update
163163
cat << EOF > newimage.yaml
164-
resources:
165-
.accounts_image: &ACCOUNTS_IMAGE $ECR_TAG
164+
.accounts_image: &ACCOUNTS_IMAGE $ECR_TAG
166165
EOF
167166
168167
# Use yq to merge the stump into the main config
@@ -286,8 +285,7 @@ jobs:
286285
287286
# Create a YAML config stump containing only the nested tree leading to the image tag update
288287
cat << EOF > newimage.yaml
289-
resources:
290-
.keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
288+
.keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
291289
EOF
292290
293291
# Use yq to merge the stump into the main config

0 commit comments

Comments
 (0)