We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aws-general-8-plus
1 parent ed5c7bb commit b6c838aCopy full SHA for b6c838a
.github/workflows/docker-build.yml
@@ -13,7 +13,8 @@ concurrency:
13
jobs:
14
trl:
15
name: "Build and push TRL Docker image"
16
- runs-on: ubuntu-latest
+ runs-on:
17
+ group: aws-general-8-plus
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
@@ -52,7 +53,8 @@ jobs:
52
53
54
trl-dev:
55
name: "Build and push TRL Dev Docker image"
56
57
58
59
60
0 commit comments