Skip to content

Commit

Permalink
chore(deps): update zephyr-docker to v0.26.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and coderbyheart committed Aug 31, 2024
1 parent e930118 commit 9f6a19c
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 @@ -32,7 +32,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
container: ghcr.io/zephyrproject-rtos/ci:v0.26.13
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14
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 @@ -6,7 +6,7 @@ jobs:
compliance_job:
runs-on: ubuntu-22.04
name: Run compliance checks on patch series (PR)
container: ghcr.io/zephyrproject-rtos/ci:v0.26.13
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14

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

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 9f6a19c

Please sign in to comment.