Skip to content

Commit

Permalink
chore(deps): update zephyr-docker to v0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and coderbyheart committed Nov 10, 2024
1 parent a83ee43 commit a06cbca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
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.26.14
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4

# 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.26.14
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
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 @@ -15,7 +15,7 @@ jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
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.26.14 as base
FROM zephyrprojectrtos/ci:v0.27.4 as base

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit a06cbca

Please sign in to comment.