File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11FROM debian:stable-slim
22
33# ARG ARCH=amd64
4- ARG NRF_CONNECT_TAG=v2.5.0
4+ ARG NRF_CONNECT_TAG=v2.5.1
55# Should be for selected NRF_CONNECT_TAG
66ARG ZEPHYR_NEEDED_TAG=0.16.1
77# For new versions - xz
Original file line number Diff line number Diff line change 1414
1515
1616 - name: Build
17- uses: embedd-actions/nrf-connect-sdk-ci@v2.5.0
17+ uses: embedd-actions/nrf-connect-sdk-ci@v2.5.1
1818 with:
1919 board: nrf52833dk_nrf52833
2020 build_dir: build
3838v2.4.1
3939v2.4.2
4040v2.5.0
41+ v2.5.1
4142```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 default : ' build'
1414runs :
1515 using : ' docker'
16- image : ' docker://sergeyladanov/nrf-connect-sdk:v2.5.0 '
16+ image : ' docker://sergeyladanov/nrf-connect-sdk:v2.5.1 '
1717 args :
1818 - west
1919 - build
You can’t perform that action at this time.
0 commit comments