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
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:
parent
7cac184221
commit
222608b960
1 changed files with 15 additions and 0 deletions
|
@ -32,6 +32,9 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
- name: Install Podman client
|
||||
run: |
|
||||
|
@ -143,6 +146,9 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
- name: Install Podman client
|
||||
run: |
|
||||
|
@ -206,6 +212,9 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
- name: Install Podman client
|
||||
run: |
|
||||
|
@ -277,6 +286,9 @@ jobs:
|
|||
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
- name: Install Podman client
|
||||
|
@ -351,6 +363,9 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/999/podman/podman.sock
|
||||
|
||||
steps:
|
||||
- name: Install Podman client
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue