We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f918e7 commit b27cf06Copy full SHA for b27cf06
.github/workflows/release.yml
@@ -56,8 +56,8 @@ jobs:
56
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
57
with:
58
registry: ghcr.io
59
- username: ${{ github.actor }}
60
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.DOCKER_GHCR_USERNAME }}
+ password: ${{ secrets.DOCKER_GHCR_PAT }}
61
- uses: ./.github/actions/docker-build
62
id: build
63
0 commit comments