File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
id-token : write # needed for signing the images with GitHub OIDC token
34
34
steps :
35
35
# Build multi-arch docker images for cni-plugin:
36
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
36
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
37
37
with :
38
38
path : ${{ runner.temp }}/.buildx-cache
39
39
key : cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}
Original file line number Diff line number Diff line change 33
33
id-token : write # needed for signing the images with GitHub OIDC token
34
34
steps :
35
35
# Build multi-arch docker images for proxy-init:
36
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
36
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
37
37
with :
38
38
path : ${{ runner.temp }}/.buildx-cache
39
39
key : proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments