We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b197626 commit 6f3416dCopy full SHA for 6f3416d
.github/workflows/merge.yml
@@ -161,8 +161,7 @@ jobs:
161
162
# Create a YAML config stump containing only the nested tree leading to the image tag update
163
cat << EOF > newimage.yaml
164
- resources:
165
- .accounts_image: &ACCOUNTS_IMAGE $ECR_TAG
+ .accounts_image: &ACCOUNTS_IMAGE $ECR_TAG
166
EOF
167
168
# Use yq to merge the stump into the main config
@@ -286,8 +285,7 @@ jobs:
286
285
287
288
289
290
- .keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
+ .keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
291
292
293
0 commit comments