Update '.gitea/workflows/ci.yml'
This commit is contained in:
parent
b2b2ce1a52
commit
1a237b8118
@ -31,6 +31,10 @@ jobs:
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: |
|
||||
image=moby/buildkit:latest
|
||||
network=host
|
||||
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
@ -42,9 +46,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
driver-opts: |
|
||||
image=moby/buildkit:latest
|
||||
network=host
|
||||
platforms: |
|
||||
linux/arm64
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user