Skip to content

Commit

Permalink
Add ghcr.io login step
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Aug 28, 2023
1 parent 53edd47 commit 5433133
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.PAT_TOKEN}}
-
name: Build and push
uses: docker/[email protected]
Expand Down

0 comments on commit 5433133

Please sign in to comment.