Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tetricky authored Aug 1, 2024
1 parent a55d70f commit 9847614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: "Login to Github Container Registry"
uses: "docker/login-action@v3"
with:
registry: ghcr.io
registry: "ghcr.io"
username: "${{ github.actor }}"
password: "${{ secrets.GHCR_PAT }}"

Expand Down

0 comments on commit 9847614

Please sign in to comment.