Skip to content

Commit b197626

Browse files
authored
Fix variable name so merging works (#630)
1 parent 64e92dc commit b197626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
# Create a YAML config stump containing only the nested tree leading to the image tag update
288288
cat << EOF > newimage.yaml
289289
resources:
290-
keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
290+
.keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG
291291
EOF
292292
293293
# Use yq to merge the stump into the main config

0 commit comments

Comments
 (0)