Skip to content

Commit

Permalink
Merge pull request #397 from gsainfoteam/update-workflow
Browse files Browse the repository at this point in the history
update production.yaml
  • Loading branch information
2paperstar authored Nov 20, 2024
2 parents 8bf5aa5 + be7a077 commit 28c4706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:

- name: Update Kubernetes Manifest
run: |
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" infoteam/service/ziggle/next.prod.yaml
sed -i "s|image:.*|image: $REGISTRY\/$REPOSITORY:$IMAGE_TAG|g" infoteam/service/ziggle/next.prod.yaml
- name: Commit and Push
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git commit -am "Update image $ECR_REPOSITORY:$IMAGE_TAG"
git commit -am "Update image $REPOSITORY:$IMAGE_TAG"
git push -u origin master

0 comments on commit 28c4706

Please sign in to comment.