From 1a237b8118c7049af357ed64a5d4838e534ace00 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 28 Apr 2023 11:32:28 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c830f9d..ff3b073 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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