Merge pull request #887 from prometheus/fish-push-image-tags

Push docker images tagged with git tag
This commit is contained in:
Ben Kochie 2018-04-09 16:41:02 +02:00 committed by GitHub
commit f32ec245a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest"
docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest" docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest"
fi fi
- run: echo docker push $DOCKER_IMAGE_NAME - run: docker push $DOCKER_IMAGE_NAME:$CIRCLE_TAG
- run: echo docker push $QUAY_IMAGE_NAME - run: docker push $QUAY_IMAGE_NAME:$CIRCLE_TAG
workflows: workflows:
version: 2 version: 2