From cc0ace5586b3aec833d36026da21a99c053ad687 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Tue, 20 Nov 2018 14:11:12 +0700 Subject: [PATCH] Push snapshots also --- templates/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/Makefile b/templates/Makefile index 83c6bba..57233fd 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -39,3 +39,6 @@ push: docker push $(GIT_TAG) docker push $(BUILD_TAG) docker push $(LATEST_TAG) + docker push $(SNAPSHOT_GIT_TAG) + docker push $(SNAPSHOT_BUILD_TAG) + docker push $(SNAPSHOT_LATEST_TAG)