Skip to content

Commit 7f6bea1

Browse files
authored
Merge pull request #3 from manics/ready-to-release
Replace placeholders with jupyterhub, link to quay.io
2 parents 7b3509d + 11ef20b commit 7f6bea1

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ env:
3030
# If this is a backport then change this to the name of the backports branch
3131
PUBLISH_BRANCH: main
3232

33-
# IMAGE: jupyterhub/jupyterhub
34-
IMAGE: manics/jupyterhub-image-test
35-
SINGLEUSER: manics/jupyterhub-singleuser-image-test
36-
PUBLISH_DOCKERIO: "false"
33+
IMAGE: jupyterhub/jupyterhub
34+
SINGLEUSER: jupyterhub/singleuser
35+
PUBLISH_DOCKERIO: "true"
3736

3837
# Enable caching across builds, set to "" to disable
3938
CACHE_FROM: type=gha
@@ -69,7 +68,7 @@ jobs:
6968
7069
- name: Get build-number by looking at existing tags
7170
id: quayio
72-
uses: manics/[email protected]
71+
uses: jupyterhub/[email protected]
7372
with:
7473
repository: ${{ env.IMAGE }}
7574
version: ${{ steps.version.outputs.VERSION }}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JupyterHub Container Images
22

3-
[![Build](https://github.com/manics/jupyterhub-container-images/actions/workflows/build.yml/badge.svg)](https://github.com/manics/jupyterhub-container-images/actions/workflows/build.yml)
3+
[![Build](https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/build.yml)
44

55
Definitions and workflows for publishing JupyterHub container images.
66

@@ -20,13 +20,13 @@ where `MAJOR.MINOR.PATCH` is the JupyterHub version.
2020
## Publishing backports
2121

2222
Backports are published in their own branches.
23-
For example, see https://github.com/manics/jupyterhub-container-images/compare/main..4.x
23+
For example, see https://github.com/jupyterhub/jupyterhub-container-images/compare/main..4.x
2424

2525
## Images
2626

2727
The following images are published by this repository:
2828

29-
- jupyterhub
30-
- jupyterhub-onbuild
31-
- jupyterhub-demo
32-
- jupyterhub-singleuser
29+
- [jupyterhub/jupyterhub](https://quay.io/repository/jupyterhub/jupyterhub?tab=tags)
30+
- [jupyterhub/jupyterhub-onbuild](https://quay.io/repository/jupyterhub/jupyterhub-onbuild?tab=tags)
31+
- [jupyterhub/jupyterhub-demo](https://quay.io/repository/jupyterhub/jupyterhub-demo?tab=tags)
32+
- [jupyterhub/singleuser](https://quay.io/repository/jupyterhub/singleuser?tab=tags)

0 commit comments

Comments
 (0)