Try it
/ test (push) Failing after 43s
Details
/ test (push) Failing after 43s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9c77b84b78
commit
398ed4d8a6
|
@ -5,4 +5,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: apt update; apt install -y podman
|
- run: apt update; apt install -y podman
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: podman --log-driver=none build .
|
- run: mkdir -p $HOME/.config/containers/; echo "[containers]" > $HOME/.config/containers/containers.conf; echo 'log_driver = "none"' >> $HOME/.config/containers/containers.conf
|
||||||
|
- run: podman build .
|
||||||
|
|
Loading…
Reference in New Issue