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

This commit is contained in:
Pasha 2025-08-25 10:54:47 +03:00
parent f850bb49d9
commit fde4da00e1

@ -29,6 +29,10 @@ jobs:
run: | run: |
podman volume exists $VOLUME_NAME || podman volume create $VOLUME_NAME podman volume exists $VOLUME_NAME || podman volume create $VOLUME_NAME
- name: Reset Podman storage
run: |
sudo podman system reset -f
- name: Build container image - name: Build container image
run: | run: |
podman --storage-driver=$STORAGE_DRIVER build \ podman --storage-driver=$STORAGE_DRIVER build \