File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 23
23
push :
24
24
branches :
25
25
- ' main'
26
-
26
+ schedule :
27
+ # Build daily at 6:37am...
28
+ - cron : ' 37 6 * * *'
29
+
27
30
jobs :
28
31
build-latest :
29
32
runs-on : ubuntu-latest
30
33
steps :
31
34
- name : Checkout
32
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
33
36
- name : Set up Python 3.10
34
- uses : actions/setup-python@v2
37
+ uses : actions/setup-python@v3
35
38
with :
36
39
python-version : ' 3.10'
37
40
- name : Install dependencies
Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
- name : Inject slug/short variables
38
38
uses :
rlespinasse/[email protected]
39
39
- name : Set up QEMU
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
- name : Inject slug/short variables
34
34
uses :
rlespinasse/[email protected]
35
35
- name : Set up QEMU
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
- name : Set up Python 3.10
36
- uses : actions/setup-python@v2
36
+ uses : actions/setup-python@v3
37
37
with :
38
38
python-version : ' 3.10'
39
39
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- jo_image_tag : 19.2.2
3
+ jo_image_tag : 19.2.7
4
4
jo_ingress_domain : kubernetes.docker.internal
5
- jo_dmapi_namespace : data-manager-api
5
+ jo_namespaces : im-data-manager-api
6
+ jo_namespace : im-data-manager-jupyter-operator
7
+ jo_dmapi_namespace : im-data-manager-api
6
8
7
9
# The Kubernetes config file
8
10
jo_kubeconfig : ~/k8s-config/config-local
You can’t perform that action at this time.
0 commit comments