Merge pull request #7 from embedd-actions/v2.3.0-branch

V2.3.0 branch
This commit is contained in:
Sergey 2023-09-19 01:25:27 +03:00 committed by GitHub
commit eefd36fd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name: Publish image
on:
push:
tags:
- '*'
- 'v*.*.*'
jobs:
build:

View File

@ -1 +1 @@
FROM sergeyladanov/nrf-connect-sdk:v2.3.0
FROM sergeyladanov/nrf-connect-sdk:v2.4.0

View File

@ -1,11 +1,11 @@
FROM debian:stable-slim
#ARG ARCH=amd64
ARG NRF_CONNECT_TAG=v2.3.0
ARG NRF_CONNECT_TAG=v2.4.0
# Should be for selected NRF_CONNECT_TAG
ARG ZEPHYR_NEEDED_TAG=0.15.2
ARG ZEPHYR_NEEDED_TAG=0.16.0
# For new versions - xz
ARG ZEPHYR_ARCHIVE_EXTENSION=gz
ARG ZEPHYR_ARCHIVE_EXTENSION=xz
# For entrypoint file
ENV ZEPHYR_TAG=$ZEPHYR_NEEDED_TAG

View File

@ -34,4 +34,5 @@ uses: embedd-actions/nrf-connect-sdk-prebuild-ci@v2.4.0
```
v2.3.0
v2.4.0
```