Skip to content

Commit

Permalink
Merge pull request #8 from microsoft/al/nightly-changes
Browse files Browse the repository at this point in the history
Nightly Updates
  • Loading branch information
daweins authored Sep 9, 2024
2 parents 5a1ae47 + 09c3166 commit 8fd42bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"memory": "4gb"
},
"features": {
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0": {
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0-nightly": {
"app_name": "coresvc-fileserver-builder",
"app_type": "none",
"cluster_enabled": "false"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/coresvc-fileserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
push:
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
build-coresvc-fileserver-amd64:
permissions:
contents: read
packages: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@0.11.0-nightly
with:
REGISTRY: ghcr.io
APP_NAME: coresvc-fileserver
Expand All @@ -29,7 +30,7 @@ jobs:
contents: read
packages: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@0.11.0-nightly
with:
REGISTRY: ghcr.io
APP_NAME: coresvc-fileserver
Expand Down

0 comments on commit 8fd42bc

Please sign in to comment.