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
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jan 26, 2023
1 parent a4d288d commit 2604457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 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 All @@ -57,3 +58,4 @@ jobs:
push: true
tags: quay.io/konveyor/builder:v${{ env.minor_version }},quay.io/konveyor/builder:v${{ env.patch_version }}
cache-from: type=local,src=/tmp/.buildx-cache
provenance: false
2 changes: 2 additions & 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 All @@ -57,3 +58,4 @@ jobs:
push: true
tags: quay.io/konveyor/builder:ubi9-v${{ env.minor_version }},quay.io/konveyor/builder:ubi9-v${{ env.patch_version }}
cache-from: type=local,src=/tmp/.buildx-cache
provenance: false

0 comments on commit 2604457

Please sign in to comment.