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 bcc5828 commit a105d23Copy full SHA for a105d23
.github/workflows/docker-builds.yml
@@ -26,6 +26,9 @@ concurrency:
26
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
27
cancel-in-progress: true
28
29
+env:
30
+ AWS_DEFAULT_REGION: us-east-1
31
+
32
jobs:
33
docker-build:
34
runs-on: [self-hosted, linux.2xlarge]
0 commit comments