Push docker images tagged with git tag

Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
This commit is contained in:
Johannes 'fish' Ziemke 2018-04-09 16:27:44 +02:00
parent 6b1301fb24
commit 3c4a4aec64
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ jobs:
docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest"
docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest"
fi
- run: echo docker push $DOCKER_IMAGE_NAME
- run: echo docker push $QUAY_IMAGE_NAME
- run: docker push $DOCKER_IMAGE_NAME:$CIRCLE_TAG
- run: docker push $QUAY_IMAGE_NAME:$CIRCLE_TAG
workflows:
version: 2