Skip to content

Commit

Permalink
Load the image after building in PRs (to enable Scout compare)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Dec 13, 2024
1 parent 9732125 commit f1ee49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline-docker-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
provenance: mode=max
sbom: true
push: ${{ github.event_name != 'pull_request' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline-gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
provenance: mode=max
sbom: true
push: ${{ github.event_name != 'pull_request' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit f1ee49c

Please sign in to comment.