Skip to content

Commit 1922921

Browse files
adds-provenance
1 parent ba85e94 commit 1922921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
labels: ${{ steps.build-meta.outputs.labels }}
5151
outputs: type=docker,dest=${{ runner.temp }}/${{ env.IMAGE_ARTIFACT_NAME }}
5252
# platforms: linux/amd64,linux/arm64
53-
# provenance: true
53+
provenance: true
5454
push: false
55-
sbom: true
55+
# sbom: true # docker exporter does not support manifest lists
5656
tags: ${{ steps.build-meta.outputs.tags }}
5757

5858
- name: Upload untested image as an artifact

0 commit comments

Comments
 (0)