File tree Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Original file line number Diff line number Diff line change 8
8
k0s-version :
9
9
description : ' K0s version for discovering image versions'
10
10
required : false
11
+ push :
12
+ branches :
13
+ - emosbaugh/sc-108755/use-chainguard-openebs
11
14
12
15
jobs :
13
- update-k0s-images :
16
+ compile-buildtools :
14
17
runs-on : ubuntu-20.04
15
18
steps :
16
19
- name : Checkout
24
27
- name : Compile buildtools
25
28
run : make buildtools
26
29
30
+ - name : Upload buildtools artifact
31
+ uses : actions/upload-artifact@v4
32
+ with :
33
+ name : buildtools
34
+ path : output/bin/buildtools
35
+
36
+ update-k0s-images :
37
+ runs-on : ubuntu-20.04
38
+ steps :
39
+ - name : Checkout
40
+ uses : actions/checkout@v4
41
+
42
+ - name : Download buildtools artifact
43
+ uses : actions/download-artifact@v4
44
+ with :
45
+ name : buildtools
46
+ path : output/bin/buildtools
47
+
27
48
- name : Update k0s images
28
49
env :
29
50
REGISTRY_SERVER : index.docker.io
@@ -60,13 +81,11 @@ jobs:
60
81
- name : Checkout
61
82
uses : actions/checkout@v4
62
83
63
- - name : Setup Go
64
- uses : actions/setup-go@v5
84
+ - name : Download buildtools artifact
85
+ uses : actions/download-artifact@v4
65
86
with :
66
- go-version-file : go.mod
67
-
68
- - name : Compile buildtools
69
- run : make buildtools
87
+ name : buildtools
88
+ path : output/bin/buildtools
70
89
71
90
- name : Update OpenEBS images
72
91
env :
You can’t perform that action at this time.
0 commit comments