chore: introduce docker buildx for multi-platform build
This commit is contained in:
parent
3cb4861bac
commit
65884293be
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-push-docker.yml
vendored
3
.github/workflows/release-push-docker.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
- name: Setup QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue