From 1543f74f6ccd996e612b376971d064adcc5af00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Strate=20Kl=C3=B8vedal?= Date: Sun, 28 Mar 2021 21:52:26 +0200 Subject: [PATCH] Update load images step --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ef843f8..e418b7bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,11 +102,9 @@ jobs: steps: - name: Load Images uses: actions/download-artifact@v2 - with: - path: /docker-images - name: Print Artifacts - run: ls -lah /docker-images + run: ls -R #- name: Docker Login # env: