mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- docker push options not after image name
This commit is contained in:
parent
55db4e3324
commit
e4a5ddc524
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -228,16 +228,15 @@ jobs:
|
|||||||
# Upload #################################################################
|
# Upload #################################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: login to dockerhub
|
- name: login to dockerhub
|
||||||
# TODO: Handle secrets
|
|
||||||
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 push ocelotsocialnetwork/neo4j --all-tags
|
run: docker push --all-tags ocelotsocialnetwork/neo4j
|
||||||
- name: Push backend
|
- name: Push backend
|
||||||
run: docker push ocelotsocialnetwork/backend --all-tags
|
run: docker push --all-tags ocelotsocialnetwork/backend
|
||||||
- name: Push webapp
|
- name: Push webapp
|
||||||
run: docker push ocelotsocialnetwork/webapp --all-tags
|
run: docker push --all-tags ocelotsocialnetwork/webapp
|
||||||
- name: Push maintenance
|
- name: Push maintenance
|
||||||
run: docker push ocelotsocialnetwork/maintenance --all-tags
|
run: docker push --all-tags ocelotsocialnetwork/maintenance
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: GITHUB TAG LATEST VERSION #############################################
|
# JOB: GITHUB TAG LATEST VERSION #############################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user