mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- add latest tag for neo4j
This commit is contained in:
parent
63e62ddb68
commit
42bfe0a17a
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
- name: Neo4J | Build `community` image
|
- name: Neo4J | Build `community` image
|
||||||
run: |
|
run: |
|
||||||
docker build --target community -t "ocelotsocialnetwork/neo4j:community" -t "ocelotsocialnetwork/neo4j:${VERSION}" -t "ocelotsocialnetwork/neo4j:${BUILD_VERSION}" neo4j/
|
docker build --target community -t "ocelotsocialnetwork/neo4j:latest" -t "ocelotsocialnetwork/neo4j:community" -t "ocelotsocialnetwork/neo4j:${VERSION}" -t "ocelotsocialnetwork/neo4j:${BUILD_VERSION}" neo4j/
|
||||||
docker save "ocelotsocialnetwork/neo4j" > /tmp/neo4j.tar
|
docker save "ocelotsocialnetwork/neo4j" > /tmp/neo4j.tar
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user