Update .github/workflows/Continues Integration.yaml
This commit is contained in:
parent
c0a005104b
commit
8b1836e33c
7
.github/workflows/Continues Integration.yaml
vendored
7
.github/workflows/Continues Integration.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user