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

This commit is contained in:
pasha1coil 2025-08-25 12:12:34 +03:00
parent ce2ee00d08
commit a690d8996b

@ -20,6 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Create volume if not exists
run: |
podman volume exists $VOLUME_NAME || podman volume create $VOLUME_NAME