We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b7673 + 1adab0a commit 7d5747fCopy full SHA for 7d5747f
.github/workflows/docker-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
buildkit-mount-caches: '{"home-cache": "/root/.cache", "home-cargo": "/root/.cargo"}'
23
buildkit-mount-cache-ids-append-platform: true
24
registry: ghcr.io
25
+ registry-username: ${{ github.actor }}
26
image-name: ${{ github.repository }}
27
secrets:
- registry-username: ${{ github.actor }}
28
registry-password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments