Skip to content

Commit 29f32a5

Browse files
committed
fix: setup docker buildx
1 parent 639197e commit 29f32a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
username: ${{ github.actor }}
3939
password: ${{ github.token }}
4040

41+
- name: Set up Docker Buildx
42+
uses: docker/setup-buildx-action@v3
43+
4144
- name: Semantic Release
4245
uses: cycjimmy/semantic-release-action@v4
4346
with:

0 commit comments

Comments
 (0)