Update '.gitea/workflows/ci.yml'
Some checks are pending
Build and Deploy / Build (push) Successful in 42s
Build and Deploy / Deploy (push) Has started running

This commit is contained in:
xeovalyte 2023-04-28 11:30:57 +02:00
parent 882cad5c68
commit b2b2ce1a52

View File

@ -42,6 +42,9 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
driver-opts: |
image=moby/buildkit:latest
network=host
platforms: | platforms: |
linux/arm64 linux/arm64
push: true push: true