docker: setup qemu & buildx
This commit is contained in:
parent
53dd300414
commit
c82ab8c5e0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-hub.yml
vendored
4
.github/workflows/docker-hub.yml
vendored
|
@ -16,6 +16,10 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
images: nim65s/matrix-webhook
|
images: nim65s/matrix-webhook
|
||||||
|
- uses: docker/setup-qemu-action@v2
|
||||||
|
name: Set up QEMU
|
||||||
|
- uses: docker/setup-buildx-action@v2
|
||||||
|
name: Set up Docker Buildx
|
||||||
- uses: docker/login-action@v2
|
- uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: nim65s
|
username: nim65s
|
||||||
|
|
Loading…
Reference in a new issue