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 12ab7ec commit 9fd44a2Copy full SHA for 9fd44a2
.github/workflows/image-push-release.yml
@@ -43,6 +43,8 @@ jobs:
43
uses: docker/build-push-action@v4
44
with:
45
context: .
46
+ secrets: |
47
+ "github_token=${{ secrets.GITHUB_TOKEN }}"
48
platforms: linux/amd64,linux/arm64
49
push: true
50
tags: |
0 commit comments