File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 16
16
DOCKERHUB_SLUG : crazymax/diun
17
17
GHCR_SLUG : ghcr.io/crazy-max/diun
18
18
DESTDIR : ./bin
19
+ DOCKER_BUILD_SUMMARY : false
19
20
20
21
jobs :
21
22
prepare :
@@ -119,8 +120,6 @@ jobs:
119
120
pull : true
120
121
set : |
121
122
*.platform=${{ matrix.platform }}
122
- *.cache-from=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }}
123
- *.cache-to=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }},mode=max
124
123
-
125
124
name : Rename provenance and sbom
126
125
working-directory : ${{ env.DESTDIR }}/artifact
@@ -193,17 +192,6 @@ jobs:
193
192
uses : actions/checkout@v4
194
193
with :
195
194
fetch-depth : 0
196
- -
197
- name : Prepare
198
- run : |
199
- cfroms=
200
- while read -r platform; do
201
- if [ -n "$cfroms" ]; then cfroms="${cfroms}\n"; fi
202
- cfroms="${cfroms}*.cache-from=type=gha,scope=artifact-${platform//\//-}"
203
- done < <(docker buildx bake artifact-all --print | jq -r '.target."artifact-all".platforms[]')
204
- echo "CACHE_FROMS<<EOF" >> $GITHUB_ENV
205
- echo -e "$cfroms" >> $GITHUB_ENV
206
- echo "EOF" >> $GITHUB_ENV
207
195
-
208
196
name : Docker meta
209
197
id : meta
@@ -255,8 +243,6 @@ jobs:
255
243
sbom : true
256
244
pull : true
257
245
push : ${{ github.event_name != 'pull_request' }}
258
- set : |
259
- ${{ env.CACHE_FROMS }}
260
246
-
261
247
name : Check manifest
262
248
if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 13
13
14
14
env :
15
15
DESTDIR : ./bin
16
+ DOCKER_BUILD_SUMMARY : false
16
17
17
18
jobs :
18
19
publish :
30
31
name : Build docs
31
32
uses : docker/bake-action@v5
32
33
with :
34
+ provenance : false
33
35
targets : docs
34
- pull : true
35
36
-
36
37
name : Check GitHub Pages status
37
38
uses : crazy-max/ghaction-github-status@v4
Original file line number Diff line number Diff line change 21
21
env :
22
22
BUILD_TAG : ' diun:local'
23
23
CONTAINER_NAME : ' diun'
24
+ DOCKER_BUILD_SUMMARY : false
24
25
25
26
jobs :
26
27
e2e :
You can’t perform that action at this time.
0 commit comments