We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e13b40 commit 4a38b1eCopy full SHA for 4a38b1e
.github/workflows/build-and-push.yml
@@ -41,6 +41,8 @@ jobs:
41
with:
42
context: .
43
platforms: linux/${{ matrix.arch }}
44
+ provenance: false
45
+ sbom: false
46
load: true
47
tags: |
48
fedorapython/fedora-python-tox:${{ matrix.arch }}
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
102
103
104
105
push: true
106
107
0 commit comments