Skip to content

Commit a04e0da

Browse files
committed
[nrf noup] manifest: NCS 2.7.0
Point to the NCS v2.7.0 release tag. Update also the docker image version. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
1 parent 7f92503 commit a04e0da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-using-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build-and-test-in-docker:
88
runs-on: ubuntu-22.04
9-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.6.99
9+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.7.0
1010
defaults:
1111
run:
1212
# Bash shell is needed to set toolchain related environment variables in docker container

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ manifest:
1313
- name: nrf
1414
remote: ncs
1515
repo-path: sdk-nrf
16-
revision: main
16+
revision: v2.7.0
1717
import: true

0 commit comments

Comments
 (0)