diff --git a/.github/workflows/release_image.yaml b/.github/workflows/release_image.yaml index 69a6e0d..2f22788 100644 --- a/.github/workflows/release_image.yaml +++ b/.github/workflows/release_image.yaml @@ -27,7 +27,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: - context: /jupyterlab + context: ./jupyterlab file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }}