diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index b9ced222..b7d087c4 100755 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -605,11 +605,10 @@ jobs: id: task_release_gi_buildx uses: docker/setup-buildx-action@v3 with: - driver: docker-container - driver-opts: | - image=moby/buildkit:latest - network=host - env.BUILDKIT_TLS_INSECURE=1 + version: latest + driver-opts: 'image=moby/buildkit:latest' + driver: docker + buildkitd-flags: --allow-insecure-entitlement install: true use: true