Skip to content

Commit

Permalink
Try GHCR Push token again
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 23, 2024
1 parent 545b472 commit 994e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PUSH_TOKEN }}

- name: Build and push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 994e11a

Please sign in to comment.