From c2d53ec3027b15b532a563152d9c9ae48a71ebb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Thu, 4 Jul 2024 14:40:26 +0200 Subject: [PATCH] [nrf noup] manifest: NCS 2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point to the NCS v2.7.0 release tag. Update also the docker image version. Signed-off-by: Andrzej Głąbek --- .github/workflows/build-using-docker.yml | 2 +- west.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-using-docker.yml b/.github/workflows/build-using-docker.yml index 1817f95..4eed030 100644 --- a/.github/workflows/build-using-docker.yml +++ b/.github/workflows/build-using-docker.yml @@ -6,7 +6,7 @@ on: jobs: build-and-test-in-docker: runs-on: ubuntu-22.04 - container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.6.99 + container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.7.0 defaults: run: # Bash shell is needed to set toolchain related environment variables in docker container diff --git a/west.yml b/west.yml index 18b85f9..66e23f9 100644 --- a/west.yml +++ b/west.yml @@ -13,5 +13,5 @@ manifest: - name: nrf remote: ncs repo-path: sdk-nrf - revision: main + revision: v2.7.0 import: true