Skip to content

Commit 1de7e22

Browse files
committed
Fix container url
1 parent 5edaf4f commit 1de7e22

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/stm32h563-m33mu-freertos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stm32h563_m33mu_echo_freertos:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/wolfssl/wolfboot-ci:v1.2
12+
image: ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2
1313
options: --privileged
1414
steps:
1515
- name: Checkout

.github/workflows/stm32h563-m33mu-ssh-tzen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 25
1313
container:
14-
image: ghcr.io/wolfssl/wolfboot-ci:v1.2
14+
image: ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2
1515
options: --privileged
1616

1717
steps:

.github/workflows/stm32h563-m33mu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 20
1313
container:
14-
image: ghcr.io/wolfssl/wolfboot-ci:v1.2
14+
image: ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2
1515
options: --privileged
1616

1717
steps:
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: ubuntu-latest
115115
timeout-minutes: 30
116116
container:
117-
image: ghcr.io/wolfssl/wolfboot-ci:v1.2
117+
image: ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2
118118
options: --privileged
119119

120120
steps:
@@ -323,7 +323,7 @@ jobs:
323323
runs-on: ubuntu-latest
324324
timeout-minutes: 25
325325
container:
326-
image: ghcr.io/wolfssl/wolfboot-ci:v1.2
326+
image: ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2
327327
options: --privileged
328328

329329
steps:

tools/scripts/run-m33mu-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7575
repo_root="$(cd "${script_dir}/../.." && pwd)"
7676
workspace_root="$(cd "${repo_root}/.." && pwd)"
7777
repo_name="$(basename "${repo_root}")"
78-
image="${M33MU_CI_IMAGE:-ghcr.io/wolfssl/wolfboot-ci:v1.2}"
78+
image="${M33MU_CI_IMAGE:-ghcr.io/wolfssl/wolfboot-ci-m33mu:v1.2}"
7979
podman_tty_args=(--rm --privileged --security-opt label=disable)
8080

8181
if [ -t 0 ] && [ -t 1 ]; then

0 commit comments

Comments
 (0)