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 a780d4c commit 7759a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Update Kubernetes manifests
run: |
sed -i 's|image: .*$|image: ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest|' k8s/deployment.yaml
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "irwanazam"
git config --global user.email "irwan.azam@cloud-connect.asia"
git add k8s/deployment.yaml
git commit -m "Update image to ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest"
git push origin main
Expand Down

0 comments on commit 7759a27

Please sign in to comment.