WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1616 DOCKERHUB_SLUG : crazymax/undock
1717 GHCR_SLUG : ghcr.io/${{ github.repository }}
1818 DESTDIR : ./bin
19+ DOCKER_BUILD_SUMMARY : false
1920
2021jobs :
2122 prepare :
@@ -119,8 +120,6 @@ jobs:
119120 pull : true
120121 set : |
121122 *.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
124123 -
125124 name : Rename provenance and sbom
126125 working-directory : ${{ env.DESTDIR }}/artifact
@@ -193,17 +192,6 @@ jobs:
193192 uses : actions/checkout@v4
194193 with :
195194 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
207195 -
208196 name : Docker meta
209197 id : meta
@@ -254,8 +242,6 @@ jobs:
254242 sbom : true
255243 pull : true
256244 push : ${{ github.event_name != 'pull_request' }}
257- set : |
258- ${{ env.CACHE_FROMS }}
259245 -
260246 name : Check manifest
261247 if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 1313
1414env :
1515 DESTDIR : ./bin
16+ DOCKER_BUILD_SUMMARY : false
1617
1718jobs :
1819 publish :
3031 name : Build docs
3132 uses : docker/bake-action@v5
3233 with :
34+ provenance : false
3335 targets : docs
3436 -
3537 name : Check GitHub Pages status
You can’t perform that action at this time.
0 commit comments