diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 31ac53c..ce900fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" diff --git a/.github/workflows/coresvc-fileserver-build.yml b/.github/workflows/coresvc-fileserver-build.yml index 1918510..4992716 100644 --- a/.github/workflows/coresvc-fileserver-build.yml +++ b/.github/workflows/coresvc-fileserver-build.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - '[0-9]*.[0-9]*.[0-9]*-nightly' jobs: build-coresvc-fileserver-amd64: @@ -12,7 +13,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 @@ -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