mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- more syntax fixes
This commit is contained in:
parent
f5005a9637
commit
b8d5382aa1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
path: neo4j/
|
path: neo4j/
|
||||||
push: false
|
push: false
|
||||||
outputs: type=local,dest=/docker/neo4j.tar
|
outputs: type=local,dest=/docker/neo4j.tar
|
||||||
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: docker-neo4j-image
|
name: docker-neo4j-image
|
||||||
@ -83,6 +84,7 @@ jobs:
|
|||||||
path: backend/
|
path: backend/
|
||||||
push: false
|
push: false
|
||||||
outputs: type=local,dest=/docker/backend.tar
|
outputs: type=local,dest=/docker/backend.tar
|
||||||
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: docker-backend-image
|
name: docker-backend-image
|
||||||
@ -115,6 +117,7 @@ jobs:
|
|||||||
path: webapp/
|
path: webapp/
|
||||||
push: false
|
push: false
|
||||||
outputs: type=local,dest=/docker/webapp.tar
|
outputs: type=local,dest=/docker/webapp.tar
|
||||||
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: docker-webapp-image
|
name: docker-webapp-image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user