From 368ec8ff230995959e8d8ff5ad51778b66e1a664 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 05:13:52 +0100 Subject: [PATCH] - try to fix v2 of build and push --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d568ecd4f..9cfa0e6ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,10 @@ jobs: tags: latest path: neo4j/ push: false + load: true outputs: type=local,dest=./docker/neo4j.tar + cache-from: type=local,src=/tmp/.buildx-cache + cache-to: type=local,dest=/tmp/.buildx-cache - name: Upload Artifact uses: actions/upload-artifact@v2 with: @@ -83,7 +86,10 @@ jobs: target: build path: backend/ push: false + load: true outputs: type=local,dest=./docker/backend.tar + cache-from: type=local,src=/tmp/.buildx-cache + cache-to: type=local,dest=/tmp/.buildx-cache - name: Upload Artifact uses: actions/upload-artifact@v2 with: @@ -116,7 +122,10 @@ jobs: target: build path: webapp/ push: false + load: true outputs: type=local,dest=./docker/webapp.tar + cache-from: type=local,src=/tmp/.buildx-cache + cache-to: type=local,dest=/tmp/.buildx-cache - name: Upload Artifact uses: actions/upload-artifact@v2 with: