From b8d5382aa1bfa4bf1e696b92380bc5a72d46b939 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 05:00:24 +0100 Subject: [PATCH] - more syntax fixes --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c131d408..bb1ac7ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: path: neo4j/ push: false outputs: type=local,dest=/docker/neo4j.tar + - name: Upload Artifact uses: actions/upload-artifact@v2 with: name: docker-neo4j-image @@ -83,6 +84,7 @@ jobs: path: backend/ push: false outputs: type=local,dest=/docker/backend.tar + - name: Upload Artifact uses: actions/upload-artifact@v2 with: name: docker-backend-image @@ -115,6 +117,7 @@ jobs: path: webapp/ push: false outputs: type=local,dest=/docker/webapp.tar + - name: Upload Artifact uses: actions/upload-artifact@v2 with: name: docker-webapp-image