From 0cc72b975b69e7f750704b6023ddfdeacd7c02fe Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 16:15:39 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 9bc0148..9964e57 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -26,9 +26,7 @@ jobs: restore-keys: node_modules Docker: name: Push docker image - runs-on: Docker - container: - image: docker:latest + container: docker:latest steps: - uses: ztimson/actions/docker@develop