From 06bee037d49fd36e8d9329dc147cf9aa1f23f0e8 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Tue, 9 Jul 2024 05:20:31 +0000 Subject: [PATCH] DROPME: use PR build container --- .devcontainer/devcontainer.json | 2 +- .github/workflows/actions.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1b7b87c0618..2a156e663b1 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:pr-23", // 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 b3d32a569c0..555d6df8303 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -70,7 +70,7 @@ jobs: - xlites - mt12 container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:pr-23 volumes: - ${{ github.workspace }}:/src steps: @@ -113,7 +113,7 @@ jobs: - xlite;xlites - mt12 container: - image: ghcr.io/edgetx/edgetx-dev:latest + image: ghcr.io/edgetx/edgetx-dev:pr-23 volumes: - ${{ github.workspace }}:/src steps: