Skip to content

Commit

Permalink
Bump plugins version to v1.6.1 (#83)
Browse files Browse the repository at this point in the history
* chore: Bump to latest plugins version in Makefile

Made with ❤️️ by updatecli

* chore: Bump to latest plugins version in Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent be2b82b commit 56636b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x && \
xx-apk --no-cache add musl-dev gcc

FROM base_builder AS cni_plugins_builder
ARG TAG=v1.6.0
ARG TAG=v1.6.1
ARG FLANNEL_TAG=v1.6.0-flannel1
ARG GOEXPERIMENT
#clone and get dependencies
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BUILD_META=-build$(shell date +%Y%m%d)
TAG ?= ${GITHUB_ACTION_TAG}

ifeq ($(TAG),)
TAG := v1.6.0$(BUILD_META)
TAG := v1.6.1$(BUILD_META)
endif

ifeq (,$(filter %$(BUILD_META),$(TAG)))
Expand Down

0 comments on commit 56636b8

Please sign in to comment.