Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
efumagal committed Aug 7, 2023
1 parent faf145e commit c61330c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "feat: Update deployment image tag to ${{ github.sha }}"
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
git commit -am "feat: Update deployment image tag to ${{ env.VERSION_NUMBER }}
git push

0 comments on commit c61330c

Please sign in to comment.