We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59727f5 commit 413ee17Copy full SHA for 413ee17
.github/workflows/deploy-prod.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
KUSTOMIZATION_FILE="${{ env.KUSTOMIZE_PATH }}${{ env.DEPLOY_ENV }}/kustomization.yaml"
57
58
- yq e '(.images[] | select(.name == "static")).newTag = "${{ github.sha }}"' \
+ yq e '(.images[] | select(.newName == "static")).newTag = "${{ github.sha }}"' \
59
-i "$KUSTOMIZATION_FILE"
60
61
- name: Commit en push release branch
0 commit comments