diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 7bfad288..e7edbae1 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -52,7 +52,7 @@ jobs: - name: Build Image uses: docker/build-push-action@v5.0.0 with: - context: . + context: backend/ target: ${{ matrix.target }} push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} load: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}