Commit 4feac83 1 parent 3a0ae3b commit 4feac83 Copy full SHA for 4feac83
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
- make PUSH=true
56
56
when :
57
57
event :
58
- exclude :
59
- - pull_request
58
+ include :
59
+ - tag
60
60
volumes :
61
61
- name : docker-socket
62
62
path : /var/run
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty)
5
5
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
6
6
REGISTRY_AND_USERNAME := $(REGISTRY ) /$(USERNAME )
7
7
NAME := kubelet
8
- KUBELET_VER := v1.21.4
9
- KUBELET_SHA512_AMD64 := 4eed90d1c090596badbcade4cf5a002a3773df291be5229908dc2e342deac563a2ddf88b260e3d988625d3dc93c4e5afc1288f4a6e724ff3d2e50c12b65a47d6
10
- KUBELET_SHA512_ARM64 := 0d2dca689cf9880720c58417377f2f81fac7135c65bbe367d0993882e378596c5b5f5ae0cbdd9358dd13ae6eb70d46629316a30d8f0db533e4d56e514db8db09
8
+ KUBELET_VER := v1.22.1
9
+ KUBELET_SHA512_AMD64 := 2b68026951a4eb421d7ee55fa86c69943ff0f84939b535b7d5e5575219f5f4ecbc23771b02d3ed9cf9d11a16db72b6ee8101b5fb07570b17b66243c41b656a9c
10
+ KUBELET_SHA512_ARM64 := 846db614e3958f2073c7b5380fb4d4766c3386af8949776465132012d4f9b1a8a8eef67cf445d7eda0b915c45b1e7919b32807da3786917b7b8045002786c5ce
11
11
12
12
BUILD := docker buildx build
13
13
PLATFORM ?= linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments