Skip to content

Commit

Permalink
fix: deploy with helm
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Jun 5, 2024
1 parent cea7650 commit 263798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }}
IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }}
run: |
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/backend.stg.yaml
sed -i "s|image:.*backend.*|image: $ECR_REPOSITORY:$IMAGE_TAG|g" check-out/values.yaml
- name: Commit and Push
env:
Expand Down

0 comments on commit 263798a

Please sign in to comment.