Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Oct 14, 2023
1 parent 1b495d8 commit 9ae3bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}
- name: Build and push image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 9ae3bc4

Please sign in to comment.