Merge pull request #1313 from crazy-max/ci-disable-gha

ci: disable gha cache and build summary
This commit is contained in:
CrazyMax
2024-12-20 02:59:42 +01:00
committed by GitHub
3 changed files with 4 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ env:
DOCKERHUB_SLUG: crazymax/diun DOCKERHUB_SLUG: crazymax/diun
GHCR_SLUG: ghcr.io/crazy-max/diun GHCR_SLUG: ghcr.io/crazy-max/diun
DESTDIR: ./bin DESTDIR: ./bin
DOCKER_BUILD_SUMMARY: false
jobs: jobs:
prepare: prepare:
@@ -119,8 +120,6 @@ jobs:
pull: true pull: true
set: | set: |
*.platform=${{ matrix.platform }} *.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 name: Rename provenance and sbom
working-directory: ${{ env.DESTDIR }}/artifact working-directory: ${{ env.DESTDIR }}/artifact
@@ -193,17 +192,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 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 name: Docker meta
id: meta id: meta
@@ -255,8 +243,6 @@ jobs:
sbom: true sbom: true
pull: true pull: true
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
set: |
${{ env.CACHE_FROMS }}
- -
name: Check manifest name: Check manifest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'

View File

@@ -13,6 +13,7 @@ on:
env: env:
DESTDIR: ./bin DESTDIR: ./bin
DOCKER_BUILD_SUMMARY: false
jobs: jobs:
publish: publish:
@@ -30,8 +31,8 @@ jobs:
name: Build docs name: Build docs
uses: docker/bake-action@v5 uses: docker/bake-action@v5
with: with:
provenance: false
targets: docs targets: docs
pull: true
- -
name: Check GitHub Pages status name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v4 uses: crazy-max/ghaction-github-status@v4

View File

@@ -21,6 +21,7 @@ on:
env: env:
BUILD_TAG: 'diun:local' BUILD_TAG: 'diun:local'
CONTAINER_NAME: 'diun' CONTAINER_NAME: 'diun'
DOCKER_BUILD_SUMMARY: false
jobs: jobs:
e2e: e2e: