File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hack/update/crictl_version Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ import (
3333
3434var (
3535 schema = map [string ]update.Item {
36+ ".github/workflows/functional_test.yml" : {
37+ Replace : map [string ]string {
38+ `CRICTL_VERSION=.*` : `CRICTL_VERSION="{{.Version}}"` ,
39+ },
40+ },
3641 "deploy/iso/minikube-iso/arch/aarch64/package/crictl-bin-aarch64/crictl-bin.mk" : {
3742 Replace : map [string ]string {
3843 `CRICTL_BIN_AARCH64_VERSION = .*` : `CRICTL_BIN_AARCH64_VERSION = {{.Version}}` ,
4348 `CRICTL_BIN_VERSION = .*` : `CRICTL_BIN_VERSION = {{.Version}}` ,
4449 },
4550 },
46- ".github/workflows/master.yml" : {
47- Replace : map [string ]string {
48- `CRICTL_VERSION=.*` : `CRICTL_VERSION="{{.Version}}"` ,
49- },
50- },
51- ".github/workflows/pr.yml" : {
51+ "deploy/kicbase/Dockerfile" : {
5252 Replace : map [string ]string {
5353 `CRICTL_VERSION=.*` : `CRICTL_VERSION="{{.Version}}"` ,
5454 },
You can’t perform that action at this time.
0 commit comments