We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be97e61 commit 0189ff6Copy full SHA for 0189ff6
1 file changed
.github/workflows/release.yaml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
go-version: 1.16.x
22
23
+ - name: Set up Docker Buildx
24
+ uses: docker/setup-buildx-action@v1
25
+
26
- name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v1
28
0 commit comments