Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit bcefd68

Browse files
author
Sameer Naik
authored
Merge pull request #97 from triggermesh/container-disable-provenance
disable docker build provenance
2 parents 02fb7c1 + 16599b2 commit bcefd68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: docker/build-push-action@v4
5757
with:
5858
context: .
59+
provenance: false
5960
file: cmd/core-controller/Dockerfile
6061
push: ${{ github.event_name != 'pull_request' }}
6162
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)