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 Dec 3, 2024
1 parent 93ab2ac commit dc07287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Build Docker Image
run: |
docker build -t ghcr.io/${{ github.repository }}/julia-jeg-kernelspec:beta .
docker build \
--file kernel-julia/gateway/kernelspec-image/Dockerfile
--tag ghcr.io/${{ github.repository }}/julia-jeg-kernelspec:beta .
- name: Push Docker Image
run: |
Expand Down

0 comments on commit dc07287

Please sign in to comment.