Skip to content

Commit

Permalink
Merge b3efd61 into ba75765
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenm committed Mar 22, 2024
2 parents ba75765 + b3efd61 commit 9c62c85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
strategy:
matrix:
platform: ${{ fromJSON(needs.metadata.outputs.build_platforms) }}
fail-fast: true
steps:
- run: |
DOCKER_IMAGE_TARGET_PLATFORM=${{ matrix.platform }}
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
matrix:
source: ${{ fromJSON(needs.metadata.outputs.build_forks) }}
platform: ${{ fromJSON(needs.metadata.outputs.build_platforms) }}
fail-fast: false
steps:
- run: |
DOCKER_IMAGE_TARGET_PLATFORM=${{ matrix.platform }}
Expand Down Expand Up @@ -193,6 +195,7 @@ jobs:
strategy:
matrix:
source: ${{ fromJSON(needs.metadata.outputs.build_forks) }}
fail-fast: false
steps:
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -243,6 +246,7 @@ jobs:
matrix:
source: ${{ fromJSON(needs.metadata.outputs.build_flavours) }}
platform: ${{ fromJSON(needs.metadata.outputs.build_platforms) }}
fail-fast: false
steps:
- run: |
DOCKER_IMAGE_TARGET_PLATFORM=${{ matrix.platform }}
Expand All @@ -261,9 +265,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/scout-action@v1
- uses: docker/scout-action@v1.5.0
with:
command: compare
command: compare,cves,recommendations
image: ${{ env.DOCKER_IMAGE_REFERENCE }}
to: ${{ github.repository }}:${{ matrix.source }}
platform: ${{ matrix.platform }}
Expand Down

0 comments on commit 9c62c85

Please sign in to comment.