[c] Mount the docker socket into the container
Some checks failed
Build and push docker image / deploy (push) Failing after 32s

This commit is contained in:
Sangelo 2024-04-03 11:44:00 +02:00
parent 1b8431f234
commit 309e066319

View file

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
defaults:
run:
working-directory: /tmp