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