From e44aa7532d2e6d9c346b0362959cba5cde3b1f21 Mon Sep 17 00:00:00 2001 From: Christomatt Date: Sat, 31 Jan 2026 04:40:12 +0100 Subject: [PATCH] Remove SBOM generation - fixes build failure --- .github/workflows/docker.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d2cd540..b3c034b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -62,18 +62,3 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max platforms: linux/amd64,linux/arm64 - - - name: Generate SBOM - uses: anchore/sbom-action@v0 - with: - image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} - format: spdx-json - output-file: sbom.spdx.json - if: github.ref == 'refs/heads/main' - - - name: Upload SBOM as artifact - uses: actions/upload-artifact@v4 - with: - name: sbom - path: sbom.spdx.json - if: github.ref == 'refs/heads/main'