Update .github/workflows/Continues Integration.yaml
This commit is contained in:
parent
0cc72b975b
commit
a1db74dd64
6
.github/workflows/Continues Integration.yaml
vendored
6
.github/workflows/Continues Integration.yaml
vendored
@ -4,9 +4,7 @@ on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
dependencies:
|
||||
name: Install dependencies
|
||||
runs-on: Docker
|
||||
container:
|
||||
image: node:16
|
||||
container: node:16
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
@ -26,7 +24,7 @@ jobs:
|
||||
restore-keys: node_modules
|
||||
Docker:
|
||||
name: Push docker image
|
||||
container: docker:latest
|
||||
container: ubuntu:latest
|
||||
steps:
|
||||
|
||||
- uses: ztimson/actions/docker@develop
|
||||
|
Loading…
Reference in New Issue
Block a user