Skip to content

Commit b6c838a

Browse files
committed
aws-general-8-plus runner for Docker build
1 parent ed5c7bb commit b6c838a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313
jobs:
1414
trl:
1515
name: "Build and push TRL Docker image"
16-
runs-on: ubuntu-latest
16+
runs-on:
17+
group: aws-general-8-plus
1718
steps:
1819
- name: Checkout code
1920
uses: actions/checkout@v4
@@ -52,7 +53,8 @@ jobs:
5253

5354
trl-dev:
5455
name: "Build and push TRL Dev Docker image"
55-
runs-on: ubuntu-latest
56+
runs-on:
57+
group: aws-general-8-plus
5658
steps:
5759
- name: Checkout code
5860
uses: actions/checkout@v4

0 commit comments

Comments
 (0)