Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Aug 7, 2024
1 parent 5a548fb commit 5e55bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jupyter-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: Build the Docker image
if: github.repository == 'boettiger-lab/k8s'
run: docker build images/ -f Dockerfile.jupyter --tag ghcr.io/boettiger-lab/k8s-jupyter:latest
run: docker build images/ -f images/Dockerfile.jupyter --tag ghcr.io/boettiger-lab/k8s-jupyter:latest
- name: Publish
if: github.repository == 'boettiger-lab/k8s'
run: docker push ghcr.io/boettiger-lab/k8s-jupyter:latest
Expand Down
1 change: 1 addition & 0 deletions images/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ universal-ctags
global
nodejs
npm
webp

0 comments on commit 5e55bd1

Please sign in to comment.