We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5f0f7 commit dc6480eCopy full SHA for dc6480e
.github/workflows/deploy.yaml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Update image tag in frontend-deployment.yaml
69
run: |
70
- sed -i 's|image: ${{ env.IMAGE_NAME }}:.*|image: ${{ env.IMAGE_NAME }}:${{ needs.build-and-push.outputs.sha_short }}|g' charts/landingSalmorejoTech2026/frontend-deployment.yaml
+ sed -i 's|image: ${{ env.IMAGE_NAME }}:.*|image: ${{ env.IMAGE_NAME }}:${{ needs.build-and-push.outputs.sha_short }}|g' charts/landingsalmorejotech2026/frontend-deployment.yaml
71
72
- name: Commit and push changes
73
0 commit comments