Update .github/workflows/Continues Integration.yaml

This commit is contained in:
Zakary Timson 2023-07-28 15:11:42 +00:00
parent c0a005104b
commit 8b1836e33c

View File

@ -25,10 +25,13 @@ jobs:
key: node_modules
restore-keys: node_modules
Docker:
name: Install dependencies
name: Push docker image
runs-on: Docker
container:
image: ubuntu:latest
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
options: --entrypoint /bin/sh
steps:
- uses: ztimson/actions/docker@develop