.gitlab-ci.yml: docker push all tags

This commit is contained in:
Christopher 2021-07-09 02:52:49 +00:00
parent 076df51125
commit f19250a691
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ build:
- cd ../../ && git fetch --tags && ./latest-tag.sh
# docker push
- docker login --username ${DOCKER_USERNAME} --password ${DOCKER_PASSWORD}
- docker images && docker push ${DOCKER_NS}/${BASENAME}
- docker images && docker push -a ${DOCKER_NS}/${BASENAME}