We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968bae0 commit 8546a3eCopy full SHA for 8546a3e
1 file changed
.github/workflows/publish-image.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
21
- password: ${{ secrets.GITHUB.TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
22
- name: Extract metadata
23
id: meta
24
uses: docker/metadata-action@v5.10.0
0 commit comments