Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzam authored Jun 13, 2024
1 parent 415e285 commit afec344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- name: Update Kubernetes manifests
run: |
sed -i 's|image: .*$|image: ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest|' k8/deployment.yaml
git config --global user.name "irwanazam"
git config --global user.email "irwan.azam@cloud-connect.asia"
sed -i 's|image: .*$|image: ${{ secrets.DOCKER_USERNAME }}/webapiargocd:1.0|' k8/deployment.yaml
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add k8/deployment.yaml
git commit -m "Update image to ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest"
git push origin main
Expand Down

0 comments on commit afec344

Please sign in to comment.