Skip to content

Commit 8d0a5a4

Browse files
committed
Try disabling manifest build
1 parent efc0d23 commit 8d0a5a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
push: true
105105
build-args: |
106106
COMMIT_HASH=${{ github.sha }}
107+
# These will apparently disable making a manifest
108+
provenance: false
109+
sbom: false
107110

108111
deploy-docker:
109112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)