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/
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user