Skip to content

Commit dc6480e

Browse files
committed
fix: must be lowercase
1 parent fc5f0f7 commit dc6480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Update image tag in frontend-deployment.yaml
6969
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
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
7171
7272
- name: Commit and push changes
7373
run: |

0 commit comments

Comments
 (0)