From eb7271638e8db3b19af02ab376bb978fa186a83f Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Wed, 27 Mar 2024 23:18:29 +0000 Subject: [PATCH] chore(ci): pin build-edgetx version --- .devcontainer/devcontainer.json | 2 +- .github/workflows/actions.yml | 4 ++-- .github/workflows/linux_cpn.yml | 2 +- .github/workflows/nightly.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1b7b87c0618..5b6a2da1b34 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/cpp { "name": "edgetx-dev", - "image": "ghcr.io/edgetx/edgetx-dev:latest", + "image": "ghcr.io/edgetx/edgetx-dev:v2.10.0", // Add the IDs of extensions you want installed when the container is created. "extensions": [ diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f0157b30c8a..0807f046292 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -69,7 +69,7 @@ jobs: - xlites - mt12 container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:v2.10.0 volumes: - ${{ github.workspace }}:/src steps: @@ -112,7 +112,7 @@ jobs: - xlite;xlites - mt12 container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:v2.10.0 volumes: - ${{ github.workspace }}:/src steps: diff --git a/.github/workflows/linux_cpn.yml b/.github/workflows/linux_cpn.yml index f3bdcee687b..e47e728440a 100644 --- a/.github/workflows/linux_cpn.yml +++ b/.github/workflows/linux_cpn.yml @@ -29,7 +29,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:v2.10.0 volumes: - ${{ github.workspace }}:/src diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 205e465203f..24c74a16301 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -34,7 +34,7 @@ jobs: - xlite;xlites - mt12 container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:v2.10.0 volumes: - ${{ github.workspace }}:/src steps: