Skip to content

Commit

Permalink
fix: branch name yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtitBimali committed Feb 7, 2024
1 parent 09b7d35 commit e9ccf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git config --global user.name "AtitBimali"
git add .
git commit -m "Update deployment.yaml with latest build ${{ github.run_number }}"
git push -u origin master
git push
- name: Logout from Docker Hub
run: docker logout

0 comments on commit e9ccf74

Please sign in to comment.