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.
1 parent d613433 commit 79d6cbfCopy full SHA for 79d6cbf
.github/workflows/build-gf.yml
@@ -10,14 +10,13 @@ on:
10
jobs:
11
build:
12
env:
13
- RUNNER_PREFIX: "codebuild-ab2d-contracts-"
14
ECR_REPO: ab2d-contracts
15
TAG_PREFIX: contracts-service
16
AWS_ACCOUNT: ${{ secrets.GF_NON_PROD_ACCOUNT }}
17
permissions:
18
contents: read
19
id-token: write
20
- runs-on: ${{env.RUNNER_PREFIX}}-${{github.run_id}}-${{github.run_attempt}}
+ runs-on: codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
21
steps:
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
0 commit comments