mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 09:02:53 +00:00
Merge pull request #4149 from simonpasquier/fix-circleci-cfg
circleci: fix push command
This commit is contained in:
commit
e6b2a9bac1
@ -82,8 +82,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: docker push $DOCKER_IMAGE_NAME:$CIRCLE_TAG
|
||||
- run: docker push $QUAY_IMAGE_NAME:$CIRCLE_TAG
|
||||
- run: docker push $DOCKER_IMAGE_NAME
|
||||
- run: docker push $QUAY_IMAGE_NAME
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
Reference in New Issue
Block a user