Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9c77b84b78
commit
398ed4d8a6
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ jobs:
|
|||
steps:
|
||||
- run: apt update; apt install -y podman
|
||||
- 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…
Add table
Reference in a new issue