We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e4ff3 commit 7974db7Copy full SHA for 7974db7
1 file changed
.github/workflows/docker-ghcr.yml
@@ -28,14 +28,14 @@ jobs:
28
uses: docker/login-action@v3
29
with:
30
registry: ghcr.io
31
- username: ${{ github.actor }}
32
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.GHCR_USERNAME }}
+ password: ${{ secrets.GHCR_PAT }}
33
34
- name: Extract metadata
35
id: meta
36
uses: docker/metadata-action@v5
37
38
- images: ghcr.io/${{ github.repository }}
+ images: ghcr.io/reprodev/capotokeys
39
tags: |
40
type=sha,prefix=sha-
41
type=ref,event=branch
0 commit comments