Skip to content

Commit 4a38b1e

Browse files
committed
Disable provenance and sbom attestations again
1 parent 6e13b40 commit 4a38b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
with:
4242
context: .
4343
platforms: linux/${{ matrix.arch }}
44+
provenance: false
45+
sbom: false
4446
load: true
4547
tags: |
4648
fedorapython/fedora-python-tox:${{ matrix.arch }}
@@ -98,6 +100,8 @@ jobs:
98100
with:
99101
context: .
100102
platforms: linux/${{ matrix.arch }}
103+
provenance: false
104+
sbom: false
101105
push: true
102106
tags: |
103107
fedorapython/fedora-python-tox:${{ matrix.arch }}

0 commit comments

Comments
 (0)