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 c350076 commit 58e6243Copy full SHA for 58e6243
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version: 1.16
22
-
23
name: Log into registry
24
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
25
26
name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v2
0 commit comments