Merge ba8e3dd7db into b5b53acc57
This commit is contained in:
commit
c69e2f4d66
|
|
@ -55,6 +55,8 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: ${{ env.SHOULD_PUBLISH == 'true' }}
|
push: ${{ env.SHOULD_PUBLISH == 'true' }}
|
||||||
|
provenance: mode=max
|
||||||
|
sbom: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue