upd
Some checks failed
Deploy Gitea Custom / build-and-deploy (push) Failing after 33s

This commit is contained in:
Pasha 2025-08-25 11:00:41 +03:00
parent fde4da00e1
commit e8bb63537e

@ -35,7 +35,9 @@ jobs:
- name: Build container image
run: |
podman --storage-driver=$STORAGE_DRIVER build \
podman --storage-driver=$STORAGE_DRIVER \
--runtime=runc \
build \
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
-t gitea-custom:${{ github.sha }} \
-t gitea-custom:latest .