Skip to content

Commit 9594280

Browse files
Merge pull request #22 from embedd-actions/v2.5.1-branch
V2.5.1 branch
2 parents 3f8a44d + a49b727 commit 9594280

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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
66
ARG ZEPHYR_NEEDED_TAG=0.16.1
77
# For new versions - xz

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -38,4 +38,5 @@ v2.4.0
3838
v2.4.1
3939
v2.4.2
4040
v2.5.0
41+
v2.5.1
4142
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
default: 'build'
1414
runs:
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

0 commit comments

Comments
 (0)