Skip to content

Commit f9ba25c

Browse files
authored
Merge pull request #7 from microsoft/al/nightly-updates
Nightly Updates
2 parents 3fdf042 + 7d23637 commit f9ba25c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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-switchboard-builder",
1919
"app_type": "none",
2020
"cluster_enabled": "false"

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

Lines changed: 3 additions & 2 deletions
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-switchboard-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-switchboard
@@ -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-switchboard

0 commit comments

Comments
 (0)