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

This commit is contained in:
pasha1coil 2025-08-25 13:06:29 +03:00
parent 1669f55975
commit df792efa86

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