Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit e818326

Browse files
committed
Login to GitHub Container Registry in the release Workflow
1 parent baebbab commit e818326

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
uses: actions/setup-go@v2
2424
with:
2525
go-version: 1.17
26+
-
27+
name: Login to GitHub Container Registry
28+
uses: docker/[email protected]
29+
with:
30+
registry: ghcr.io
31+
username: ${{ github.actor }}
32+
password: ${{ secrets.GITHUB_TOKEN }}
2633
-
2734
name: Run GoReleaser
2835
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)