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/ddns-route53
1717 GHCR_SLUG : ghcr.io/crazy-max/ddns-route53
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
@@ -253,8 +241,6 @@ jobs:
253241 sbom : true
254242 pull : true
255243 push : ${{ github.event_name != 'pull_request' }}
256- set : |
257- ${{ env.CACHE_FROMS }}
258244 -
259245 name : Check manifest
260246 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