Skip to content

Commit 2d2f295

Browse files
author
Amir Moualem
authored
Merge pull request #180 from snyk/chore/stop_tagging_latest
chore: when publishing images, stop publishing as latest
2 parents 6fefd20 + 1db9295 commit 2d2f295

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ jobs:
165165
docker tag ${IMAGE_NAME_APPROVED} ${IMAGE_NAME_PUBLISHED} &&
166166
docker push ${IMAGE_NAME_PUBLISHED} &&
167167
./scripts/slack-notify-push.sh ${IMAGE_NAME_PUBLISHED} &&
168-
docker tag ${IMAGE_NAME_APPROVED} snyk/kubernetes-monitor:latest &&
169-
docker push snyk/kubernetes-monitor:latest &&
170-
./scripts/slack-notify-push.sh snyk/kubernetes-monitor:latest &&
171168
./scripts/publish-gh-pages.sh ${LATEST_TAG} ||
172169
( ./scripts/slack-notify-failure.sh master && false )
173170

0 commit comments

Comments
 (0)