diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 78d5871..908488b 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -48,7 +48,8 @@ jobs: - name: Build and push run: | - docker build -f ${{ matrix.app_dir }}/Dockerfile -t ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest . + cd ${{ matrix.app_dir }} + docker build -t ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest . docker push ghcr.io/catalystneuro/dendro-${{ matrix.app_dir }}:latest - name: Commit files