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

This commit is contained in:
Pasha 2025-08-25 11:05:33 +03:00
parent e8bb63537e
commit d08346707a

@ -20,10 +20,12 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Podman - name: Install Podman with runc
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y podman sudo apt-get install -y runc containerd podman
runc --version
podman --version
- name: Create volume if not exists - name: Create volume if not exists
run: | run: |