File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 30
30
# If this is a backport then change this to the name of the backports branch
31
31
PUBLISH_BRANCH : main
32
32
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"
37
36
38
37
# Enable caching across builds, set to "" to disable
39
38
CACHE_FROM : type=gha
69
68
70
69
- name : Get build-number by looking at existing tags
71
70
id : quayio
72
-
71
+ uses :
jupyterhub /[email protected]
73
72
with :
74
73
repository : ${{ env.IMAGE }}
75
74
version : ${{ steps.version.outputs.VERSION }}
Original file line number Diff line number Diff line change 1
1
# JupyterHub Container Images
2
2
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 )
4
4
5
5
Definitions and workflows for publishing JupyterHub container images.
6
6
@@ -20,13 +20,13 @@ where `MAJOR.MINOR.PATCH` is the JupyterHub version.
20
20
## Publishing backports
21
21
22
22
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
24
24
25
25
## Images
26
26
27
27
The following images are published by this repository:
28
28
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 )
You can’t perform that action at this time.
0 commit comments