Skip to content

Commit

Permalink
changed dockerhub repo, pinned jupyterhub-singleuser
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkm committed Jan 8, 2025
1 parent 51ef014 commit 57da9db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.gitignore'

env:
DOCKER_IMAGE: "uwgda/uwgda-image-2025"
DOCKER_IMAGE: "paulkm/uwgda-image-2025"

jobs:
build-image-and-push:
Expand All @@ -30,16 +30,6 @@ jobs:
IMAGE_NAME: ${{ env.DOCKER_IMAGE }}
ADDITIONAL_TAG: ${{ steps.calver.outputs.version }}

- name: Also Push To quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ env.DOCKER_IMAGE }}
tags: ${{ steps.calver.outputs.version }}
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Report Image Size and Conda Packages
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.gitignore'

env:
DOCKER_IMAGE: "uwgda/uwgda-image-2025"
DOCKER_IMAGE: "paulkm/uwgda-image-2025"

jobs:
build-image-without-pushing:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_package_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
DOCKER_USERNAME: ${{github.actor}}
DOCKER_PASSWORD: ${{secrets.TOKEN_GITHUB}}
DOCKER_REGISTRY: "ghcr.io"
IMAGE_NAME: "uwgda/uwgda-image-2025"
IMAGE_NAME: "paulkm/uwgda-image-2025"
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- ipyleaflet
- ipympl
- ipywidgets
- jupyterhub-singleuser
- jupyterhub-singleuser==4.0.2
- jupyter-server-proxy
- jupyterlab
- matplotlib-base
Expand Down

0 comments on commit 57da9db

Please sign in to comment.