diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 919816165..e56688c05 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -48,6 +48,7 @@ jobs: - name: build uses: docker/build-push-action@v2 with: + context: orchestrator file: orchestrator/Dockerfile push: false tags: ${{ steps.meta.outputs.tags }}