Skip to content

Commit

Permalink
add docker build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Dec 9, 2024
1 parent a329257 commit a770860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
needs: init
strategy:
matrix:
apps: ${{ fromJSON(needs.init.outputs.apps) }}
app: ${{ fromJSON(needs.init.outputs.apps) }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build Dockerfile
run: |
cd ${{ matrix.app }}
docker build .

0 comments on commit a770860

Please sign in to comment.