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

This commit is contained in:
pasha1coil 2025-08-25 12:31:18 +03:00
parent c97b1305ca
commit f27c423761

@ -31,12 +31,10 @@ jobs:
- name: Build container image
run: |
sudo podman build \
--storage-driver=vfs \
buildah --storage-driver=vfs bud \
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
--build-arg CGO_EXTRA_CFLAGS="" \
-t gitea-custom:${{ github.sha }} \
-t gitea-custom:latest .
-t gitea-custom:${{ github.sha }} .
- name: Stop existing container
run: |