Skip to content

Commit

Permalink
chore: set provenance:false for docker/build-push-action (#21954) (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Mar 23, 2023
1 parent f078782 commit 196d409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubi8-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
provenance: false
context: base/ubi8
tags: |
quay.io/devfile/base-developer-image:latest
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
provenance: false
context: universal/ubi8
tags: |
quay.io/devfile/universal-developer-image:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubi9-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
provenance: false
context: base/ubi9
platforms: linux/amd64, linux/arm64
tags: |
Expand Down

0 comments on commit 196d409

Please sign in to comment.