Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inthree3 committed Jun 5, 2024
2 parents bace6a6 + c86f552 commit 85537c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:

- name: Update Kubernetes Manifest
env:
ECR_REGISTRY: ${{ needs.build.outputs.ECR_REGISTRY }}
ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }}
IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }}
run: |
sed -i "s|image:.*frontend.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" check-out/values.yaml
sed -i "s|image:.*frontend.*|image: $ECR_REPOSITORY:$IMAGE_TAG|g" check-out/values.yaml
- name: Commit and Push
env:
Expand Down

0 comments on commit 85537c4

Please sign in to comment.