Skip to content

Commit 78a1742

Browse files
szczyssam-golioth
authored andcommitted
CI: bump containers to use bda7b71
Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 8cbaf89 commit 78a1742

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
coverity:
1111
runs-on: ubuntu-24.04
12-
container: golioth/golioth-coverity-base:7b9609f
12+
container: golioth/golioth-coverity-base:bda7b71
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/hil-integration-esp-idf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
timeout-minutes: 30
8383

8484
container:
85-
image: golioth/golioth-hil-base:7b9609f
85+
image: golioth/golioth-hil-base:bda7b71
8686
volumes:
8787
- /dev:/dev
8888
- /home/golioth/credentials:/opt/credentials

.github/workflows/hil-integration-zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
timeout-minutes: 30
169169

170170
container:
171-
image: golioth/golioth-hil-base:7b9609f
171+
image: golioth/golioth-hil-base:bda7b71
172172
volumes:
173173
- /dev:/dev
174174
- /home/golioth/credentials:/opt/credentials

.github/workflows/hil-sample-esp-idf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
timeout-minutes: 30
147147

148148
container:
149-
image: golioth/golioth-hil-base:7b9609f
149+
image: golioth/golioth-hil-base:bda7b71
150150
volumes:
151151
- /dev:/dev
152152
- /home/golioth/credentials:/opt/credentials

.github/workflows/hil-sample-zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
timeout-minutes: 30
175175

176176
container:
177-
image: golioth/golioth-twister-base:7b9609f
177+
image: golioth/golioth-twister-base:bda7b71
178178
env:
179179
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.4
180180
volumes:

0 commit comments

Comments
 (0)