Skip to content

Commit

Permalink
ci: use AWS CodeBuild to run docker-build-and-push-cuda (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#5475)


Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r authored Nov 22, 2024
1 parent 497c9c4 commit bf75524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
docker-build-and-push-cuda:
needs: [load-env, docker-build-and-push]
runs-on: ubuntu-22.04
runs-on: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit bf75524

Please sign in to comment.