diff --git a/Makefile b/Makefile index 696ffc5..8afd80b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ORG ?= rancher TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v2.8.0$(BUILD_META) +TAG := v2.8.1$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))