Fix container host volume
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 30s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-09-11 16:03:37 -04:00
parent 7cac184221
commit 222608b960

View file

@ -32,6 +32,9 @@ jobs:
container: container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
env:
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
steps: steps:
- name: Install Podman client - name: Install Podman client
run: | run: |
@ -143,6 +146,9 @@ jobs:
container: container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
env:
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
steps: steps:
- name: Install Podman client - name: Install Podman client
run: | run: |
@ -206,6 +212,9 @@ jobs:
container: container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
env:
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
steps: steps:
- name: Install Podman client - name: Install Podman client
run: | run: |
@ -277,6 +286,9 @@ jobs:
container: container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
env:
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
steps: steps:
- name: Install Podman client - name: Install Podman client
@ -351,6 +363,9 @@ jobs:
container: container:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
env:
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
steps: steps:
- name: Install Podman client - name: Install Podman client
run: | run: |