Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolwerr authored Aug 25, 2024
1 parent 3456890 commit debfc74
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,6 @@ jobs:
echo $NEW_VERSION > version.txt
shell: bash

- name: Commit new version
env:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/FIAP-Tech-Chalenge/ms-pedido-api.git
git add version.txt
git commit -m "chore: bump version to ${{ env.NEW_VERSION }}"
git push origin HEAD:main
- name: Debugging Information
run: |
git remote -v
Expand Down

0 comments on commit debfc74

Please sign in to comment.