Skip to content

Commit

Permalink
Disable provenance, which results in extra artifacts in quay
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontleon committed Jan 26, 2023
1 parent a4d288d commit 2afeee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubi8_multi_arch_image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
push: true
tags: quay.io/konveyor/builder:latest
cache-to: type=local,dest=/tmp/.buildx-cache
provenance: false
- name: get go version
id: go_version_patch
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubi9_multi_arch_image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
push: true
tags: quay.io/konveyor/builder:ubi9-latest
cache-to: type=local,dest=/tmp/.buildx-cache
provenance: false
- name: get go version
id: go_version_patch
run: |
Expand Down

0 comments on commit 2afeee3

Please sign in to comment.