We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b4362 commit 367c7ccCopy full SHA for 367c7cc
1 file changed
.github/workflows/image.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
registry: ghcr.io
29
username: ${{github.actor}}
30
- password: ${{secrets.PAT_TOKEN}}
+ password: ${{secrets.GITHUB_TOKEN}}
31
-
32
name: Build and push
33
uses: docker/bake-action@v4.3.0
0 commit comments