Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
push: false
load: true
tags: opencloudtouch:test
cache-from: type=gha,scope=trivy-scan
provenance: false
cache-to: type=gha,mode=max,scope=trivy-scan

- name: Run Trivy vulnerability scanner (blocking)
Expand Down Expand Up @@ -207,8 +207,7 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=build-${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=build-${{ matrix.platform }}
provenance: false
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true

- name: Export digest
Expand Down