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

This commit is contained in:
pasha1coil 2025-08-25 12:29:32 +03:00
parent c2e954ca64
commit c97b1305ca

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