Skip to content

Commit 23a415c

Browse files
committed
Docker login
1 parent 1c143b3 commit 23a415c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- uses: actions/setup-go@v2
2121
with:
2222
go-version: 1.18
23+
- uses: docker/login-action@v1
24+
with:
25+
registry: ghcr.io
26+
username: ${{ github.actor }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2328
- uses: goreleaser/goreleaser-action@v2
2429
with:
2530
distribution: goreleaser

0 commit comments

Comments
 (0)