Skip to content

chore(deps): update zephyr-docker to v0.28.1 #538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
env:
CMAKE_PREFIX_PATH: /opt/toolchains
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
compliance_job:
runs-on: ubuntu-24.04
name: Run compliance checks on patch series (PR)
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1

# Skip job if it was triggered by Renovate Bot
if: ${{ !contains(github.actor, 'renovate') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dfu_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
analyze:
name: Static analysis
runs-on: ubuntu-latest
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
CMAKE_PREFIX_PATH: /opt/toolchains
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
CMAKE_PREFIX_PATH: /opt/toolchains
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.twister
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zephyrprojectrtos/ci:v0.27.4 as base
FROM zephyrprojectrtos/ci:v0.28.1 as base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
Loading