Skip to content

Commit e8a4d87

Browse files
authored
ci(.github): update image tags (#9286)
1 parent 70b6f19 commit e8a4d87

6 files changed

+7
-7
lines changed

.github/sync-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
files:
3939
- source: .github/workflows/clang-tidy-differential.yaml
4040
pre-commands: |
41-
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda' {source}
41+
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda' {source}
4242
- source: .github/workflows/check-build-depends.yaml
4343
- source: .github/workflows/clang-tidy-pr-comments.yaml
4444
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- -cuda
2424
include:
2525
- rosdistro: humble
26-
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
26+
container: ghcr.io/autowarefoundation/autoware:universe-devel
2727
build-depends-repos: build_depends.repos
2828
steps:
2929
- name: Check out repository

.github/workflows/build-and-test-daily.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:latest-autoware-universe
22+
container: ghcr.io/autowarefoundation/autoware:universe-devel
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
@@ -33,7 +33,7 @@ jobs:
3333
- -cuda
3434
include:
3535
- rosdistro: humble
36-
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
36+
container: ghcr.io/autowarefoundation/autoware:universe-devel
3737
build-depends-repos: build_depends.repos
3838
steps:
3939
- name: Set PR fetch depth

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- -cuda
4343
include:
4444
- rosdistro: humble
45-
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
45+
container: ghcr.io/autowarefoundation/autoware:universe-devel
4646
build-depends-repos: build_depends.repos
4747
- container-suffix: -cuda
4848
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
@@ -76,7 +76,7 @@ jobs:
7676
clang-tidy-differential:
7777
needs: build-and-test-differential
7878
runs-on: ubuntu-22.04
79-
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda
79+
container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda
8080
steps:
8181
- name: Set PR fetch depth
8282
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- -cuda
2828
include:
2929
- rosdistro: humble
30-
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
30+
container: ghcr.io/autowarefoundation/autoware:universe-devel
3131
build-depends-repos: build_depends.repos
3232
steps:
3333
- name: Check out repository

0 commit comments

Comments
 (0)