Skip to content

Commit 075f6a4

Browse files
committed
fix: removed provenance because of creation of a lot of untagged images
1 parent 47fe58b commit 075f6a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
platforms: linux/amd64,linux/arm64
5656
push: true
5757
sbom: true
58-
provenance: mode=max
58+
provenance: false
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}
6161
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
platforms: linux/amd64,linux/arm64
6161
push: true
6262
sbom: true
63-
provenance: mode=max
63+
provenance: false
6464
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
6565
cache-from: type=gha
6666
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)