We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f7af0 commit 2f3ffb2Copy full SHA for 2f3ffb2
.github/workflows/docker-image.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
registry: ghcr.io
23
username: ${{ github.actor }}
24
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_PAT }}
25
26
- name: Build the Docker image
27
run: |
0 commit comments