diff --git a/.gitea/workflows/gitea_deploy.yml b/.gitea/workflows/gitea_deploy.yml index f2d10f1f3..e91805496 100644 --- a/.gitea/workflows/gitea_deploy.yml +++ b/.gitea/workflows/gitea_deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Build container image run: | - docker build \ + podman build \ --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \ -t gitea-custom:${{ github.sha }} .