File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
# main branch or tag pushes
58
58
- name : CI Build ${{ matrix.name }}
59
59
if : ${{ github.event_name != 'pull_request_target' }}
60
- uses : docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6 .0
60
+ uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7 .0
61
61
id : docker_build_ci_main
62
62
with :
63
63
context : .
79
79
# PR updates
80
80
- name : CI Build ${{ matrix.name }}
81
81
if : ${{ github.event_name == 'pull_request_target' }}
82
- uses : docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6 .0
82
+ uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7 .0
83
83
id : docker_build_ci_pr
84
84
with :
85
85
context : .
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
env :
14
14
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
15
- kind_version : v0.23 .0
15
+ kind_version : v0.24 .0
16
16
kind_config : .github/kind-config.yaml
17
17
TIMEOUT : 2m
18
18
LOG_TIME : 30m
You can’t perform that action at this time.
0 commit comments