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

This commit is contained in:
Zakary Timson 2023-07-28 15:14:54 +00:00
parent ff637c9a8a
commit f90ff40c90

View File

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