From 8abd550444dcc24e29a7384affa79a3ee4744cf6 Mon Sep 17 00:00:00 2001 From: Niklas Abraham Date: Sat, 8 Jun 2024 12:30:50 +0200 Subject: [PATCH] fixed context path --- .github/workflows/release_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}