This commit is contained in:
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user