Skip to content

Commit ba0c4ed

Browse files
committed
fixed dockerfile error
1 parent 0613d90 commit ba0c4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
2929
with:
3030
context: .
31-
file: ./Dockerfile
31+
file: ./jupyterlab/Dockerfile
3232
push: true
3333
tags: ${{ steps.meta.outputs.tags }}
3434
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)