Skip to content

Commit

Permalink
Update build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischak authored Dec 3, 2024
1 parent 1485e33 commit fbe70c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
dockerfile: "kernel-julia/container/Dockerfile"
context: "kernel-julia/container"
tag: "beta"
pre_build_command: "tar --gzip --create --dereference \
--file=jupyter_enterprise_gateway_kernel_image_files_docker-julia.tar.gz \
kernel-launchers/ bootstrap-kernel.sh eventloop.jl init.jl"
pre_build_command: "tar --gzip --create --dereference --file=jupyter_enterprise_gateway_kernel_image_files_docker-julia.tar.gz kernel-launchers/ bootstrap-kernel.sh eventloop.jl init.jl"

steps:
- name: Checkout repository
Expand All @@ -31,6 +29,9 @@ jobs:
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${{ github.actor }} --password-stdin

- name: List Context Directory
run: ls -la ${{ matrix.image.context }}

- name: Build and Push Docker Image
run: |
docker build \
Expand Down

0 comments on commit fbe70c7

Please sign in to comment.