Skip to content

Commit

Permalink
Stop Manifest Job running more times than needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Mar 8, 2024
1 parent 895c819 commit 629589c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ jobs:
- build_and_push_image
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.configure_builds.outputs.matrix) }}
matrix:
version: ${{ fromJson(needs.configure_builds.outputs.matrix.version) }}
permissions:
packages: write
steps:
Expand Down

0 comments on commit 629589c

Please sign in to comment.