We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc2f19 commit 67e158fCopy full SHA for 67e158f
.github/workflows/build.yml
@@ -27,6 +27,8 @@ jobs:
27
go.sum
28
- name: Remove unsupported tags
29
run: git tag -d $(git tag -l "pb/*")
30
+ - name: Set up Docker Buildx
31
+ uses: docker/setup-buildx-action@v3
32
- name: Run GoReleaser
33
uses: goreleaser/goreleaser-action@v6
34
if: ${{ contains(github.ref, 'v') }}
0 commit comments