Skip to content

Commit 41d481e

Browse files
authored
chore: fix goreleaser ci with buildx (#2049)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent e83fe72 commit 41d481e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
username: ${{ secrets.DOCKERIO_USERNAME }}
2424
password: ${{ secrets.DOCKERIO_TOKEN }}
25+
- name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v3
2527
- name: Run GoReleaser
2628
uses: goreleaser/goreleaser-action@v6
2729
with:

0 commit comments

Comments
 (0)