chore: Setup buildx
This commit is contained in:
parent
a5d991c759
commit
69c1276a13
|
|
@ -87,6 +87,9 @@ jobs:
|
|||
with:
|
||||
install-only: true
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: release
|
||||
if: github.ref_type != 'tag'
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue