From a1db74dd64d0215beb201df0d9633e70734219ad Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 16:16:27 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 9964e57..a7f6ca2 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -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