mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
docker: setup qemu & buildx
This commit is contained in:
parent
53dd300414
commit
c82ab8c5e0
4
.github/workflows/docker-hub.yml
vendored
4
.github/workflows/docker-hub.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
||||
id: meta
|
||||
with:
|
||||
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
|
||||
with:
|
||||
username: nim65s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user