From 5a48c5b0a2d59d2ac19b3e7a6fe68b47b01abd67 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Mon, 25 Aug 2025 14:31:21 +0300 Subject: [PATCH] upd --- .gitea/workflows/gitea_deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/gitea_deploy.yml b/.gitea/workflows/gitea_deploy.yml index c2504900b..3bbe406df 100644 --- a/.gitea/workflows/gitea_deploy.yml +++ b/.gitea/workflows/gitea_deploy.yml @@ -21,11 +21,10 @@ 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 }} \ - -t gitea-custom:${{ github.sha }} . + podman build ` + --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} ` + -t gitea-custom:${{ github.sha }} . - name: Stop existing container run: |