Skip to content

Commit

Permalink
Save built image even if no push to registry (#757)
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Moura <[email protected]>
  • Loading branch information
mgcm authored Jan 28, 2025
1 parent 348ac70 commit d857f3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/s390x
sbom: true
provenance: true
outputs: 'type=image'

- name: Run Trivy to get an SBOM report of the container
env:
Expand Down Expand Up @@ -202,6 +205,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/s390x
sbom: true
provenance: true
outputs: 'type=image'

- name: Run Trivy to get an SBOM report of the container
env:
Expand Down

0 comments on commit d857f3d

Please sign in to comment.