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

This commit is contained in:
pasha1coil 2025-08-25 12:18:32 +03:00
parent a690d8996b
commit 35595ad288

@ -31,7 +31,7 @@ jobs:
- name: Build container image - name: Build container image
run: | run: |
podman build \ podman --storage-driver=vfs build \
--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 }} \