Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit d14d932

Browse files
committed
fix release workflow
1 parent 7a67154 commit d14d932

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: "1.16"
16+
- uses: docker/setup-qemu-action@v1
17+
- uses: docker/setup-buildx-action@v1
18+
- uses: docker/login-action@v1
19+
with:
20+
registry: ghcr.io
21+
username: ${{ github.actor }}
22+
password: ${{ secrets.GITHUB_TOKEN }}
23+
1624
- uses: goreleaser/goreleaser-action@v2
1725
with:
1826
version: latest

0 commit comments

Comments
 (0)