Skip to content
Merged
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
11 changes: 7 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,21 @@ jobs:
if: ${{ needs.prepare.outputs.changed-files != '[]' }}
name: Build ${{ matrix.app }}
needs: ["prepare"]
uses: ./.github/workflows/app-builder.yaml
uses: ./.github/workflows/image-builder.yaml
permissions:
contents: read
packages: read
attestations: write
contents: write
id-token: write
packages: write
security-events: write
secrets: inherit
strategy:
matrix:
app: ${{ fromJSON(needs.prepare.outputs.changed-files) }}
fail-fast: false
max-parallel: 4
with:
app: ${{ matrix.app }}
image: ${{ matrix.app }}
release: false

status:
Expand Down
Loading