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

This commit is contained in:
pasha1coil 2025-08-25 12:35:04 +03:00
parent f27c423761
commit e5844e38a0

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