File tree 2 files changed +0
-32
lines changed
2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 41
41
registry : ghcr.io
42
42
username : kluctlbot
43
43
password : ${{ secrets.GHCR_TOKEN }}
44
- - uses : actions/cache@v4
45
- with :
46
- path : |
47
- ~/go/pkg/mod
48
- ~/.cache/go-build
49
- key : ${{ runner.os }}-goreleaser-${{ hashFiles('**/go.sum') }}
50
- restore-keys : |
51
- ${{ runner.os }}-goreleaser-
52
44
- name : Generate helm package
53
45
run : |
54
46
make helm-package
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-go@v5
21
21
with :
22
22
go-version-file : go.mod
23
- - uses : actions/cache@v4
24
- with :
25
- path : |
26
- ~/go/pkg/mod
27
- ~/.cache/go-build
28
- key : generate-check-go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
29
- restore-keys : |
30
- generate-check-go-${{ runner.os }}-
31
23
- name : Verify generated source is up-to-date
32
24
run : |
33
25
make generate
85
77
- uses : actions/setup-go@v5
86
78
with :
87
79
go-version-file : go.mod
88
- - uses : actions/cache@v4
89
- with :
90
- path : |
91
- ~/go/pkg/mod
92
- ~/.cache/go-build
93
- key : check-docker-images-${{ matrix.docker_platform }}-${{ hashFiles('**/go.sum') }}
94
- restore-keys : |
95
- check-docker-images-${{ runner.os }}-
96
80
- name : Setup QEMU
97
81
uses : docker/setup-qemu-action@v3
98
82
- name : Setup Docker Buildx
@@ -122,14 +106,6 @@ jobs:
122
106
- uses : actions/setup-python@v5
123
107
with :
124
108
python-version : ' 3.11'
125
- - uses : actions/cache@v4
126
- with :
127
- path : |
128
- ~/go/pkg/mod
129
- ~/.cache/go-build
130
- key : tests-go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
131
- restore-keys : |
132
- tests-go-${{ runner.os }}-
133
109
- name : Run tests
134
110
shell : bash
135
111
run : |
You can’t perform that action at this time.
0 commit comments