Skip to content

Commit

Permalink
set app working dir as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Dec 9, 2024
1 parent a770860 commit 0193422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
strategy:
matrix:
app: ${{ fromJSON(needs.init.outputs.apps) }}
defaults:
run:
working-directory: ${{ matrix.app }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build Dockerfile
run: |
cd ${{ matrix.app }}
docker build .

0 comments on commit 0193422

Please sign in to comment.