Skip to content

Commit

Permalink
rstudio, R, jupyterhub?
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Sep 27, 2024
1 parent 9dc57f2 commit c04c866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-rstudio.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/ --tag ghcr.io/boettiger-lab/k8s-r:latest
run: docker build -f Dockerfile.R images/ --tag ghcr.io/boettiger-lab/k8s-r:latest
- name: Publish
if: github.repository == 'boettiger-lab/k8s'
run: docker push ghcr.io/boettiger-lab/k8s-r:latest
Expand Down

0 comments on commit c04c866

Please sign in to comment.