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.
2 parents cd6b018 + 937c016 commit 4704f89Copy full SHA for 4704f89
Dockerfile
@@ -13,7 +13,7 @@ RUN set -x && \
13
14
# Build the multus project
15
FROM base-builder AS multus-builder
16
-ARG TAG=v4.1.3
+ARG TAG=v4.1.4
17
ARG SRC=github.com/k8snetworkplumbingwg/multus-cni
18
ARG PKG=github.com/k8snetworkplumbingwg/multus-cni
19
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
Makefile
@@ -26,7 +26,7 @@ SRC ?= github.com/k8snetworkplumbingwg/multus-cni
26
TAG ?= ${GITHUB_ACTION_TAG}
27
28
ifeq ($(TAG),)
29
-TAG := v4.1.3$(BUILD_META)
+TAG := v4.1.4$(BUILD_META)
30
endif
31
32
ifeq (,$(filter %$(BUILD_META),$(TAG)))
0 commit comments