mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- remove --all-tags flag for now
This commit is contained in:
parent
777f5dee23
commit
be9fa87d08
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -230,13 +230,14 @@ jobs:
|
|||||||
- name: login to dockerhub
|
- name: login to dockerhub
|
||||||
run: echo "${DOCKERHUB_TOKEN}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
|
run: echo "${DOCKERHUB_TOKEN}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
|
||||||
- name: Push neo4j
|
- name: Push neo4j
|
||||||
run: docker image push --all-tags ocelotsocialnetwork/neo4j
|
# TODO: at some point --all-tags will be needed -.-
|
||||||
|
run: docker push ocelotsocialnetwork/neo4j
|
||||||
- name: Push backend
|
- name: Push backend
|
||||||
run: docker image push --all-tags ocelotsocialnetwork/backend
|
run: docker push ocelotsocialnetwork/backend
|
||||||
- name: Push webapp
|
- name: Push webapp
|
||||||
run: docker image push --all-tags ocelotsocialnetwork/webapp
|
run: docker push ocelotsocialnetwork/webapp
|
||||||
- name: Push maintenance
|
- name: Push maintenance
|
||||||
run: docker image push --all-tags ocelotsocialnetwork/maintenance
|
run: docker push ocelotsocialnetwork/maintenance
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: GITHUB TAG LATEST VERSION #############################################
|
# JOB: GITHUB TAG LATEST VERSION #############################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user