Skip to content

Commit 58e6243

Browse files
authored
use ghcr.io (#631)
1 parent c350076 commit 58e6243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: 1.16
2222
-
2323
name: Log into registry
24-
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
24+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)