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 cc6a138 commit e9c09c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
tag: "beta"
pre_build_command: "cd kernel-julia/container/; \
tar --gzip --create --dereference --file=jupyter_enterprise_gateway_kernel_image_files_docker-julia.tar.gz kernel-launchers/ bootstrap-kernel.sh eventloop.jl init.jl"

- name: "jeg-kernels"
dockerfile: "kernel-python/container/Dockerfile"
context: "kernel-python/container"
tag: "beta"
pre_build_command: "cd kernel-python/container/; \
tar --gzip --create --dereference --file=jupyter_enterprise_gateway_kernel_image_files_docker-python.tar.gz kernel-launchers/ bootstrap-kernel.sh"

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e9c09c8

Please sign in to comment.