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 e67a383 commit 2d702b3Copy full SHA for 2d702b3
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/login-action@v2
42
with:
43
registry: ghcr.io
44
- username: github
+ username: ${{ github.actor }}
45
password: ${{ secrets.GITHUB_TOKEN }}
46
- name: Build and push Docker image
47
uses: docker/build-push-action@v3
0 commit comments