drop private registry for the moment

This commit is contained in:
Wolfgang Hottgenroth 2020-06-09 09:20:13 +00:00
parent 9b328e348c
commit e151003032
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,6 @@ build:
script: script:
- VERSION=`cat VERSION` - VERSION=`cat VERSION`
- docker build --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$VERSION --tag $HUB_IMAGE_NAME:$VERSION --tag $HUB_IMAGE_NAME:latest . - docker build --tag $IMAGE_NAME:latest --tag $IMAGE_NAME:$VERSION --tag $HUB_IMAGE_NAME:$VERSION --tag $HUB_IMAGE_NAME:latest .
- docker push $IMAGE_NAME:latest
- docker push $IMAGE_NAME:$VERSION
- docker login -u $DOCKER_HUB_LOGIN -p $DOCKER_HUB_PASSWORD - docker login -u $DOCKER_HUB_LOGIN -p $DOCKER_HUB_PASSWORD
- docker push $HUB_IMAGE_NAME:latest - docker push $HUB_IMAGE_NAME:latest
- docker push $HUB_IMAGE_NAME:$VERSION - docker push $HUB_IMAGE_NAME:$VERSION

View File

@ -1,7 +1,7 @@
FROM docker:stable FROM docker:stable
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>" LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.hottis.de/docker-bash" # LABEL ImageName="registry.hottis.de/docker-bash"
LABEL AlternativeImageName="wollud1969/docker-bash" LABEL AlternativeImageName="wollud1969/docker-bash"