We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2b844 commit 317f8e2Copy full SHA for 317f8e2
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
30
with:
31
registry: ghcr.io
32
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
33
password: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Build and push
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments