We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baf15c commit 024b0beCopy full SHA for 024b0be
2 files changed
.github/workflows/publish-indy.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/login-action@v1
53
with:
54
registry: ghcr.io
55
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
56
password: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Setup Image Metadata (manual)
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments