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: |