Skip to content

Commit

Permalink
fix: kubernetes manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Jun 30, 2024
1 parent c61aab9 commit ab8d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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" infoteam/service/meal/prod.yaml
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" infoteam/service/meal/legacy-prod.yaml
- name: Commit and Push
env:
Expand Down

0 comments on commit ab8d244

Please sign in to comment.