Skip to content

Commit c9cc80b

Browse files
committed
Disable provenance/SBOM attestations
A recent update probably enabled those and that turned our single-platform container images into manifests. And we cannot manually create the latest manifest if our images are manifests as well.
1 parent beee50c commit c9cc80b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
context: .
4343
platforms: linux/${{ matrix.arch }}
4444
load: true
45+
provenance: false
46+
sbom: false
4547
tags: |
4648
fedorapython/fedora-python-tox:${{ matrix.arch }}
4749
fedorapython/fedora-python-tox:${{ matrix.arch }}-f${{ env.FEDORA_VERSION }}

0 commit comments

Comments
 (0)