Skip to content

Commit e401c9b

Browse files
committed
chore: merge-to-master should push latest tag
1 parent 7349d46 commit e401c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
docker push ${IMAGE_NAME_PUBLISHED} &&
6565
./scripts/slack-notify-push.sh ${IMAGE_NAME_PUBLISHED} &&
6666
docker tag ${IMAGE_NAME_APPROVED} snyk/kubernetes-monitor:latest &&
67-
docker push ${IMAGE_NAME_PUBLISHED} &&
67+
docker push snyk/kubernetes-monitor:latest &&
6868
./scripts/slack-notify-push.sh snyk/kubernetes-monitor:latest ||
6969
( ./scripts/slack-notify-failure.sh master && false )
7070
name: publish the kubernetes-monitor (npm, container, helm)

0 commit comments

Comments
 (0)