Skip to content

Commit 1db9295

Browse files
committed
chore: when publishing images, stop publishing as latest
today we publish both with a fixed version, and with the "latest" tag. guidelines usually point towards ignoring the "latest" tag and using proper versions instead, so now that we have semantic releases versioning our product, we can stop using the "latest" tag.
1 parent 6fefd20 commit 1db9295

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)