Skip to content

Commit 413ee17

Browse files
authored
Fix image tag update command in deploy-prod.yml
1 parent 59727f5 commit 413ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
KUSTOMIZATION_FILE="${{ env.KUSTOMIZE_PATH }}${{ env.DEPLOY_ENV }}/kustomization.yaml"
5757
58-
yq e '(.images[] | select(.name == "static")).newTag = "${{ github.sha }}"' \
58+
yq e '(.images[] | select(.newName == "static")).newTag = "${{ github.sha }}"' \
5959
-i "$KUSTOMIZATION_FILE"
6060
6161
- name: Commit en push release branch

0 commit comments

Comments
 (0)