From e5844e38a0a052cb5db3d24d06111074acbe2559 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Mon, 25 Aug 2025 12:35:04 +0300 Subject: [PATCH] upd --- .gitea/workflows/gitea_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea_deploy.yml b/.gitea/workflows/gitea_deploy.yml index 9f1909ded..f2d10f1f3 100644 --- a/.gitea/workflows/gitea_deploy.yml +++ b/.gitea/workflows/gitea_deploy.yml @@ -31,9 +31,8 @@ jobs: - name: Build container image run: | - buildah --storage-driver=vfs bud \ + docker build \ --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \ - --build-arg CGO_EXTRA_CFLAGS="" \ -t gitea-custom:${{ github.sha }} . - name: Stop existing container