Skip to content

Commit fe1abab

Browse files
committed
ci: disable provenance attestation for docker build action
1 parent 97bf6e0 commit fe1abab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
with:
5959
context: .
6060
file: docker/Dockerfile
61-
push: true
61+
push: ${{ !startsWith(github.ref_name, 'renovate/') }}
6262
platforms: linux/amd64,linux/arm64,linux/arm/v7
6363
tags: ${{ steps.meta.outputs.tags }}
6464
labels: ${{ steps.meta.outputs.labels }}
65+
provenance: false

0 commit comments

Comments
 (0)