1
0
Fork 0

print image tag better

This commit is contained in:
ssube 2019-09-17 18:30:43 -05:00
parent efa5fb7d19
commit 7c63edef0c
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 2 deletions

View File

@ -34,9 +34,10 @@
before_script:
- mkdir ${HOME}/.docker
- echo "${DOCKER_SECRET}" | base64 -d > ${HOME}/.docker/config.json
- docker info
script:
- echo "Building image: ${IMAGE_TAG}"
- docker info
- |
echo "Building image: ${IMAGE_TAG}"
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
after_script: