Skip to content

Commit 6b7448d

Browse files
committed
CI version: up to 'latest'
1 parent 4ffa24c commit 6b7448d

27 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
footprint_test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
1414
timeout-minutes: 15
1515

1616
steps:

.github/workflows/test-build-cmake-dot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: cmake .config test (${{ matrix.target }})
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
1414
timeout-minutes: 15
1515

1616
strategy:

.github/workflows/test-build-cmake-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build on Ubuntu
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
17+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
1818
timeout-minutes: 20
1919
defaults:
2020
run:

.github/workflows/test-build-cmake-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build wolfBoot (target=${{ matrix.target }})
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
17+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
1818
timeout-minutes: 15
1919

2020
strategy:

.github/workflows/test-build-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cmake_automated_test:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
11+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
1212
timeout-minutes: 15
1313

1414
steps:

.github/workflows/test-build-lms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-mcux-sdk-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-mcux-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-pico-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.1
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:latest
2323
timeout-minutes: 30
2424

2525
steps:

0 commit comments

Comments
 (0)