mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
chore: introduce docker buildx for multi-platform build
This commit is contained in:
parent
3cb4861bac
commit
65884293be
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 New Issue
Block a user