From 68e99dce40c9e0f8e880c7b08dc13bbc31824f62 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Mon, 25 Aug 2025 14:26:53 +0300 Subject: [PATCH] upd --- .gitea/workflows/gitea_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea_deploy.yml b/.gitea/workflows/gitea_deploy.yml index 6cefbab86..c2504900b 100644 --- a/.gitea/workflows/gitea_deploy.yml +++ b/.gitea/workflows/gitea_deploy.yml @@ -21,6 +21,7 @@ jobs: uses: http://gitea.pena:3000/PenaDevops/actions.git/checkout@v1 - name: Build container image + shell: bash run: | podman build \ --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \