File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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
Original file line number Diff line number Diff line change 1
1
Features:
2
2
3
- * Decreasse commit timeout 10000ms -> 30000ms
3
+ * 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.00 "
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