diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 07077d5..5337606 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 .