We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7800765 commit 686837dCopy full SHA for 686837d
Makefile
@@ -67,9 +67,11 @@ TARBALL=$(NPD_NAME_VERSION).tar.gz
67
IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG)
68
IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG)
69
ifeq ($(REGISTRY), gcr.io/k8s-staging-npd)
70
+ifeq (,$(findstring heads,$(BRANCH)))
71
IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH)
72
IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH)
73
endif
74
+endif
75
76
# ENABLE_JOURNALD enables build journald support or not. Building journald
77
# support needs libsystemd-dev or libsystemd-journal-dev.
version.txt
@@ -1 +1 @@
1
-v1.36.0-alpha.2
+v1.36.0-alpha.3
0 commit comments