Skip to content

Commit

Permalink
fix: commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed May 24, 2024
1 parent fbf250a commit 510835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add manifests/kustomization.yaml
git add manifests/overlays/${{ github.ref_name }}/kustomization.yaml
git commit -m "Update image tag to ${{ github.sha }}"
git push

0 comments on commit 510835e

Please sign in to comment.