Skip to content

Commit

Permalink
Merge pull request #369 from crazy-max/ci-disable-gha
Browse files Browse the repository at this point in the history
ci: disable gha cache and build summary
  • Loading branch information
crazy-max authored Dec 21, 2024
2 parents d004f06 + 558d3ec commit 859dc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
DOCKERHUB_SLUG: crazymax/swarm-cronjob
GHCR_SLUG: ghcr.io/crazy-max/swarm-cronjob
DESTDIR: ./bin
DOCKER_BUILD_SUMMARY: false

jobs:
prepare:
Expand Down Expand Up @@ -95,8 +96,6 @@ jobs:
pull: true
set: |
*.platform=${{ matrix.platform }}
*.cache-from=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }}
*.cache-to=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }},mode=max
-
name: Rename provenance and sbom
working-directory: ${{ env.DESTDIR }}/artifact
Expand Down Expand Up @@ -163,17 +162,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Prepare
run: |
cfroms=
while read -r platform; do
if [ -n "$cfroms" ]; then cfroms="${cfroms}\n"; fi
cfroms="${cfroms}*.cache-from=type=gha,scope=artifact-${platform//\//-}"
done < <(docker buildx bake artifact-all --print | jq -r '.target."artifact-all".platforms[]')
echo "CACHE_FROMS<<EOF" >> $GITHUB_ENV
echo -e "$cfroms" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
-
name: Docker meta
id: meta
Expand Down Expand Up @@ -225,8 +213,6 @@ jobs:
sbom: true
pull: true
push: ${{ github.event_name != 'pull_request' }}
set: |
${{ env.CACHE_FROMS }}
-
name: Check manifest
if: github.event_name != 'pull_request'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

env:
DESTDIR: ./bin
DOCKER_BUILD_SUMMARY: false

jobs:
publish:
Expand All @@ -30,6 +31,7 @@ jobs:
name: Build docs
uses: docker/bake-action@v5
with:
provenance: false
targets: docs
-
name: Check GitHub Pages status
Expand Down

0 comments on commit 859dc51

Please sign in to comment.