File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
"memory" : " 4gb"
15
15
},
16
16
"features" : {
17
- "ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0" : {
17
+ "ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0-nightly " : {
18
18
"app_name" : " coresvc-registry-builder" ,
19
19
"app_type" : " none" ,
20
20
"cluster_enabled" : " false"
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ - ' [0-9]*.[0-9]*.[0-9]*-nightly'
8
9
9
10
jobs :
10
11
build-coresvc-registry-amd64 :
11
12
permissions :
12
13
contents : read
13
14
packages : write
14
15
15
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
16
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@0.11.0-nightly
16
17
with :
17
18
REGISTRY : ghcr.io
18
19
APP_NAME : coresvc-registry
29
30
contents : read
30
31
packages : write
31
32
32
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
33
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@0.11.0-nightly
33
34
with :
34
35
REGISTRY : ghcr.io
35
36
APP_NAME : coresvc-registry
You can’t perform that action at this time.
0 commit comments