Skip to content

Commit

Permalink
ci: fix: use matrix include
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Mar 22, 2022
1 parent beabbb9 commit dcc9a07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-n-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
build:
strategy:
matrix:
- image_name: ${{ github.repository }}-backend
build_dir: backend
- image_name: ${{ github.repository }}-frontend
build_dir: frontend
include:
- image_name: ${{ github.repository }}-backend
build_dir: backend
- image_name: ${{ github.repository }}-frontend
build_dir: frontend
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit dcc9a07

Please sign in to comment.