Update .github/workflows/Continues Integration.yaml
Some checks failed
Continues Integration / Push docker image (push) Failing after 0s
Continues Integration / Install dependencies (push) Successful in 1m11s

This commit is contained in:
Zakary Timson 2023-07-28 15:14:12 +00:00
parent 8b1836e33c
commit ff637c9a8a

View File

@ -29,8 +29,8 @@ jobs:
runs-on: Docker runs-on: Docker
container: container:
image: docker:latest image: docker:latest
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
options: --entrypoint /bin/sh options: --entrypoint /bin/sh
steps: steps: