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

This commit is contained in:
pasha1coil 2025-08-25 13:10:59 +03:00
parent df792efa86
commit 624d1192fa

@ -24,6 +24,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y podman sudo apt-get install -y podman
sudo sed -i 's/^driver = .*/driver = "vfs"/' /etc/containers/storage.conf
- name: Create volume if not exists - name: Create volume if not exists
run: | run: |
@ -31,7 +32,6 @@ jobs:
- name: Build container image - name: Build container image
run: | run: |
export STORAGE_DRIVER=vfs
podman build \ podman build \
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \ --build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
-t gitea-custom:${{ github.sha }} . -t gitea-custom:${{ github.sha }} .