We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3054252 commit 4f57594Copy full SHA for 4f57594
.github/workflows/docker-build-and-push.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
docker-build-and-push-cuda:
67
needs: [load-env, docker-build-and-push]
68
- runs-on: ubuntu-22.04
+ runs-on: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
69
steps:
70
- name: Check out repository
71
uses: actions/checkout@v4
0 commit comments