File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
pull-requests : write
18
18
container :
19
- image : ghcr.io/kiracore/docker/base-image:v0.13.12
19
+ image : ghcr.io/kiracore/docker/base-image:v0.13.19
20
20
steps :
21
21
# Work around https://github.com/actions/checkout/issues/760
22
22
- name : Add safe.directory
@@ -202,7 +202,7 @@ jobs:
202
202
# Install the cosign tool
203
203
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
204
204
- name : Install cosign
205
- uses : sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
205
+ uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
206
206
with :
207
207
cosign-release : ' v2.0.0'
208
208
- name : Download artifacts
Original file line number Diff line number Diff line change 1
1
Features:
2
2
3
- * Decreasse commit timeout 10000ms -> 30000ms
3
+ * Fix cosign installer
4
+ * Base image update
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- echo " v0.11.27 "
3
+ echo " v0.12.01 "
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "$USER" != root ]; then
25
25
fi
26
26
27
27
# Used To Initialize essential dependencies
28
- BASE_IMAGE_VERSION=" v0.13.14 "
28
+ BASE_IMAGE_VERSION=" v0.13.19 "
29
29
TOOLS_VERSION=" v0.3.46"
30
30
COSIGN_VERSION=" v2.0.2"
31
31
You can’t perform that action at this time.
0 commit comments