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 6cb85d4 commit 3c15a21Copy full SHA for 3c15a21
.github/workflows/docker-image-release.yml
@@ -7,7 +7,6 @@ on:
7
jobs:
8
build:
9
env:
10
- AWS_REGION: us-east-1
11
GCP_PROJECT: defang-io
12
GCP_REGION: us-central1
13
IMAGE_TAG: latest
@@ -28,7 +27,7 @@ jobs:
28
27
- name: Configure AWS Credentials for Staging
29
uses: aws-actions/configure-aws-credentials@v4
30
with:
31
- aws-region: ${{ env.AWS_REGION }}
+ aws-region: us-east-1
32
role-to-assume: arn:aws:iam::426819183542:role/admin # adminUserRoleArn from defang-io/bootstrap stack
33
role-duration-seconds: 1200
34
role-chaining: true
0 commit comments