Skip to content

Commit 5f767e7

Browse files
committed
manifest: NCS v3.0.0
Point to the NCS v3.0.0 release tag. Update the docker image version. Signed-off-by: Carles Cufi <[email protected]>
1 parent 49d719a commit 5f767e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-test-in-docker:
99
runs-on: ubuntu-22.04
10-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.7.99
10+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.0.0
1111
defaults:
1212
run:
1313
# Bash shell is needed to set toolchain related environment variables in docker container

west.yml

+1-1
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: v3.0.0
1717
import: true

0 commit comments

Comments
 (0)