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 bce0186 commit 5c14397Copy full SHA for 5c14397
.github/workflows/go.yml
@@ -91,7 +91,7 @@ jobs:
91
with:
92
registry: ghcr.io
93
username: ${{ github.actor }}
94
- password: ${{ secrets.GH_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
95
- name: Extract metadata
96
id: meta
97
uses: docker/metadata-action@v5
0 commit comments