From 975fff813a3fa3dfea0c1f8554021464f704bcb1 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Tue, 30 Jul 2024 09:46:30 +0100 Subject: [PATCH] No need to publish separately, it's automatic --- .github/workflows/publish-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 12fef11..be7c83a 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -119,9 +119,5 @@ jobs: image: ghcr.io/${{ github.repository }}:latest-alpine registry-username: ${{ github.actor }} registry-password: ${{ secrets.GITHUB_TOKEN }} - - name: "Publish SBOM" - uses: anchore/sbom-action/publish-sbom@v0 - with: - sbom-artifact-match: ".*\\.spdx$" - name: Logout from Container Registry run: docker logout ghcr.io