Skip to content

Commit 6829bf9

Browse files
authored
Release 0.8.24 (#1208)
* Fix release tagging * Release v0.8.24
1 parent b1a51ca commit 6829bf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ TARBALL=$(NPD_NAME_VERSION).tar.gz
6767
IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG)
6868
IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG)
6969
ifeq ($(REGISTRY), gcr.io/k8s-staging-npd)
70+
ifeq (,$(findstring heads,$(BRANCH)))
7071
IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH)
7172
IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH)
7273
endif
74+
endif
7375

7476
# ENABLE_JOURNALD enables build journald support or not. Building journald
7577
# support needs libsystemd-dev or libsystemd-journal-dev.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.23
1+
v0.8.24

0 commit comments

Comments
 (0)