diff --git a/.github/workflows/docker-publish-rootless.yaml b/.github/workflows/docker-publish-rootless.yaml index 3639c64a..4d3f2f34 100644 --- a/.github/workflows/docker-publish-rootless.yaml +++ b/.github/workflows/docker-publish-rootless.yaml @@ -101,8 +101,11 @@ jobs: build-args: | VERSION=${{ github.ref_name }} COMMIT=${{ github.sha }} - - - name: Export digest + provenance: true + sbom: true + annotations: ${{ steps.meta.outputs.annotations }} + + - name: Export digest run: | mkdir -p /tmp/digests digest="${{ steps.build.outputs.digest }}" diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 83f30536..ef389606 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -97,6 +97,9 @@ jobs: build-args: | VERSION=${{ github.ref_name }} COMMIT=${{ github.sha }} + provenance: true + sbom: true + annotations: ${{ steps.meta.outputs.annotations }} - name: Export digest run: |