Skip to content

Commit 6a60d00

Browse files
committed
ci: disable gha cache and build summary
1 parent 30af3cd commit 6a60d00

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
DOCKERHUB_SLUG: crazymax/ddns-route53
1717
GHCR_SLUG: ghcr.io/crazy-max/ddns-route53
1818
DESTDIR: ./bin
19+
DOCKER_BUILD_SUMMARY: false
1920

2021
jobs:
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'

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
env:
1515
DESTDIR: ./bin
16+
DOCKER_BUILD_SUMMARY: false
1617

1718
jobs:
1819
publish:
@@ -30,6 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)