drop private registry for the moment
This commit is contained in:
parent
9b328e348c
commit
e151003032
@ -16,8 +16,6 @@ build:
|
||||
script:
|
||||
- VERSION=`cat VERSION`
|
||||
- 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 push $HUB_IMAGE_NAME:latest
|
||||
- docker push $HUB_IMAGE_NAME:$VERSION
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM docker:stable
|
||||
|
||||
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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user