Skip to content

Commit 9fd44a2

Browse files
committed
Fix ghcr.io auth
1 parent 12ab7ec commit 9fd44a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-push-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
uses: docker/build-push-action@v4
4444
with:
4545
context: .
46+
secrets: |
47+
"github_token=${{ secrets.GITHUB_TOKEN }}"
4648
platforms: linux/amd64,linux/arm64
4749
push: true
4850
tags: |

0 commit comments

Comments
 (0)