No need to publish separately, it's automatic

This commit is contained in:
Alan Pope 2024-07-30 09:46:30 +01:00
commit 975fff813a

View file

@ -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