Skip to content

Commit 849ff7d

Browse files
authored
Merge pull request #14 from microsoft/al/nightly-changes
updated to nightly references for nightly branch
2 parents 3da98f9 + 7e7b07b commit 849ff7d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"memory": "4gb"
1515
},
1616
"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": {
1818
"app_name": "coresvc-registry-builder",
1919
"app_type": "none",
2020
"cluster_enabled": "false"

.github/workflows/coresvc-registry-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
push:
66
branches:
77
- main
8+
- '[0-9]*.[0-9]*.[0-9]*-nightly'
89

910
jobs:
1011
build-coresvc-registry-amd64:
1112
permissions:
1213
contents: read
1314
packages: write
1415

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
1617
with:
1718
REGISTRY: ghcr.io
1819
APP_NAME: coresvc-registry
@@ -29,7 +30,7 @@ jobs:
2930
contents: read
3031
packages: write
3132

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
3334
with:
3435
REGISTRY: ghcr.io
3536
APP_NAME: coresvc-registry

0 commit comments

Comments
 (0)