Skip to content

Commit

Permalink
Update build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischak authored Feb 27, 2025
1 parent 790af13 commit 8dd9d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
dockerfile: "kernel-python/container/Dockerfile"
context: "kernel-python/container"
tag: "beta"
pre_build_command: "tar --gzip --create --file=jupyter_enterprise_gateway_kernel_image_files_docker-python.tar.gz kernel-launchers/ bootstrap-kernel.sh"
pre_build_command: "cd kernel-python/container/; \
tar --gzip --create --file=jupyter_enterprise_gateway_kernel_image_files_docker-python.tar.gz kernel-launchers/ bootstrap-kernel.sh"

steps:
- name: Checkout repository
Expand Down

0 comments on commit 8dd9d26

Please sign in to comment.