Skip to content

Commit 14cc317

Browse files
rlubosgmarull
authored andcommitted
[nrf noup] manifest: NCS 2.8.0
Point to the NCS v2.8.0 release tag. Update the docker image version. Signed-off-by: Robert Lubos <[email protected]>
1 parent ce4e811 commit 14cc317

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:v2.8.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: v2.8.0
1717
import: true

0 commit comments

Comments
 (0)