aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2018-04-09 16:27:44 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2018-04-09 16:29:20 +0200
commit3c4a4aec64e049282af4ecbf1bf13b8d364423e9 (patch)
tree64bcd4671e1b0d202b2bc3be48d196add3c6bfda /.circleci
parent6b1301fb24f65da5fa03de5005ec354e0168f01e (diff)
downloadprometheus_node_collector-3c4a4aec64e049282af4ecbf1bf13b8d364423e9.tar.bz2
prometheus_node_collector-3c4a4aec64e049282af4ecbf1bf13b8d364423e9.tar.xz
prometheus_node_collector-3c4a4aec64e049282af4ecbf1bf13b8d364423e9.zip
Push docker images tagged with git tag
Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cc1c590..f2f3cee 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -119,8 +119,8 @@ jobs:
119 docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest" 119 docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest"
120 docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest" 120 docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest"
121 fi 121 fi
122 - run: echo docker push $DOCKER_IMAGE_NAME 122 - run: docker push $DOCKER_IMAGE_NAME:$CIRCLE_TAG
123 - run: echo docker push $QUAY_IMAGE_NAME 123 - run: docker push $QUAY_IMAGE_NAME:$CIRCLE_TAG
124 124
125workflows: 125workflows:
126 version: 2 126 version: 2