diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 51ee5014..5a887669 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -55,6 +55,8 @@ jobs: context: . file: ./Dockerfile push: ${{ env.SHOULD_PUBLISH == 'true' }} + provenance: mode=max + sbom: true platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file