Skip to content

Commit 6dcec95

Browse files
committed
fix: Set master build pipeline to no use experimental cosign with env var
Signed-off-by: Peter Fiddes <[email protected]>
1 parent 473277b commit 6dcec95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-master.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- build-fix-provenance
89
tags:
910
- v*
1011
jobs:
@@ -98,6 +99,8 @@ jobs:
9899
command: generate
99100
subcommand: files
100101
arguments: --artifact-path mock
102+
env:
103+
COSIGN_EXPERIMENTAL: 0
101104
- name: Extract predicate
102105
run: jq '.predicate' provenance.json > predicate.json
103106
- name: Attest

0 commit comments

Comments
 (0)