Skip to content

Commit

Permalink
use secrets.GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Oct 30, 2023
1 parent b09d66a commit 8d9572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT }}
password: ${{ secrets.GHCR }}

- run: |
docker tag subdirectory/subshell:${{ github.sha }} ghcr.io/subdirectory/subshell:${{ github.sha }}
Expand Down

0 comments on commit 8d9572f

Please sign in to comment.