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 a25c04a commit 541beabCopy full SHA for 541beab
.github/workflows/patch-release-build.yml
@@ -97,7 +97,7 @@ jobs:
97
uses: aws-actions/configure-aws-credentials@v1
98
with:
99
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN_RELEASE }}
100
- aws-region: us-west-2
+ aws-region: ${{ env.AWS_DEFAULT_REGION }}
101
102
- name: Log in to AWS ECR
103
uses: docker/login-action@v1
.github/workflows/release-build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments