Skip to content

Commit faf52fd

Browse files
youtalka-maumau
authored andcommitted
refactor(ci): rename docker image from autoware-openadk to autoware (autowarefoundation#7179)
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 4135092 commit faf52fd

4 files changed

+5
-5
lines changed

.github/workflows/build-and-test-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- -cuda
2020
include:
2121
- rosdistro: humble
22-
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
22+
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
2323
build-depends-repos: build_depends.repos
2424
steps:
2525
- name: Check out repository

.github/workflows/build-and-test-differential-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- -cuda
3030
include:
3131
- rosdistro: humble
32-
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
32+
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
3333
build-depends-repos: build_depends.repos
3434
steps:
3535
- name: Check out repository

.github/workflows/build-and-test-differential.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- -cuda
2929
include:
3030
- rosdistro: humble
31-
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
31+
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
3232
build-depends-repos: build_depends.repos
3333
steps:
3434
- name: Check out repository
@@ -77,7 +77,7 @@ jobs:
7777

7878
clang-tidy-differential:
7979
runs-on: ubuntu-latest
80-
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt-cuda
80+
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda
8181
steps:
8282
- name: Check out repository
8383
uses: actions/checkout@v4

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- -cuda
2222
include:
2323
- rosdistro: humble
24-
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt
24+
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
2525
build-depends-repos: build_depends.repos
2626
steps:
2727
- name: Check out repository

0 commit comments

Comments
 (0)