mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- try to fix v2 of build and push
This commit is contained in:
parent
98813b9f82
commit
368ec8ff23
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user