Try it
Some checks failed
/ test (push) Failing after 43s

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 20:56:07 +00:00
parent 9c77b84b78
commit 398ed4d8a6

View file

@ -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 .