Skip to content

Commit 3c15a21

Browse files
committed
remove AWS_REGION env (was overwritten)
1 parent 6cb85d4 commit 3c15a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
build:
99
env:
10-
AWS_REGION: us-east-1
1110
GCP_PROJECT: defang-io
1211
GCP_REGION: us-central1
1312
IMAGE_TAG: latest
@@ -28,7 +27,7 @@ jobs:
2827
- name: Configure AWS Credentials for Staging
2928
uses: aws-actions/configure-aws-credentials@v4
3029
with:
31-
aws-region: ${{ env.AWS_REGION }}
30+
aws-region: us-east-1
3231
role-to-assume: arn:aws:iam::426819183542:role/admin # adminUserRoleArn from defang-io/bootstrap stack
3332
role-duration-seconds: 1200
3433
role-chaining: true

0 commit comments

Comments
 (0)