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 }} \