Skip to content

Commit 4f57594

Browse files
mitsudome-ryoutalk
authored andcommitted
ci: use AWS CodeBuild to run docker-build-and-push-cuda (#5475)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
1 parent 3054252 commit 4f57594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-and-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
docker-build-and-push-cuda:
6767
needs: [load-env, docker-build-and-push]
68-
runs-on: ubuntu-22.04
68+
runs-on: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
6969
steps:
7070
- name: Check out repository
7171
uses: actions/checkout@v4

0 commit comments

Comments
 (0)