Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 20, 2024
1 parent 3e5f8d4 commit 29ed407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
name: Publish Images
runs-on: ubuntu-latest

strategy:
matrix: ${{fromJSON(needs.build.outputs.matrix)}}

needs:
- build-packages

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ jobs:
name: Publish Images
runs-on: ubuntu-latest

strategy:
matrix: ${{fromJSON(needs.build.outputs.matrix)}}

needs:
- build
- build-packages
Expand Down

0 comments on commit 29ed407

Please sign in to comment.