From e8bb63537e53f35fe9e7006a8bce4f7367ed6452 Mon Sep 17 00:00:00 2001 From: Pasha Date: Mon, 25 Aug 2025 11:00:41 +0300 Subject: [PATCH] upd --- .gitea/workflows/gitea_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea_deploy.yml b/.gitea/workflows/gitea_deploy.yml index 7f477c9ad..83bac8869 100644 --- a/.gitea/workflows/gitea_deploy.yml +++ b/.gitea/workflows/gitea_deploy.yml @@ -35,7 +35,9 @@ jobs: - name: Build container image run: | - podman --storage-driver=$STORAGE_DRIVER build \ + podman --storage-driver=$STORAGE_DRIVER \ + --runtime=runc \ + build \ --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \ -t gitea-custom:${{ github.sha }} \ -t gitea-custom:latest .