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

This commit is contained in:
Pasha 2025-08-25 10:45:50 +03:00
parent 45d4045bd0
commit 308efdc08d

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