Push snapshots also

This commit is contained in:
Anton Malinskiy
2018-11-20 14:11:12 +07:00
parent de9c315ebd
commit cc0ace5586

View File

@@ -39,3 +39,6 @@ push:
docker push $(GIT_TAG) docker push $(GIT_TAG)
docker push $(BUILD_TAG) docker push $(BUILD_TAG)
docker push $(LATEST_TAG) docker push $(LATEST_TAG)
docker push $(SNAPSHOT_GIT_TAG)
docker push $(SNAPSHOT_BUILD_TAG)
docker push $(SNAPSHOT_LATEST_TAG)