Skip to content

Commit 7974db7

Browse files
committed
Use GHCR_PAT secrets for container publish on dev
1 parent 54e4ff3 commit 7974db7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-ghcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
31-
username: ${{ github.actor }}
32-
password: ${{ secrets.GITHUB_TOKEN }}
31+
username: ${{ secrets.GHCR_USERNAME }}
32+
password: ${{ secrets.GHCR_PAT }}
3333

3434
- name: Extract metadata
3535
id: meta
3636
uses: docker/metadata-action@v5
3737
with:
38-
images: ghcr.io/${{ github.repository }}
38+
images: ghcr.io/reprodev/capotokeys
3939
tags: |
4040
type=sha,prefix=sha-
4141
type=ref,event=branch

0 commit comments

Comments
 (0)