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 eb1aa62 commit 57ad7b1Copy full SHA for 57ad7b1
.github/workflows/aws.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
60
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
61
- aws-region: ${{ us-east-1 }}
+ aws-region: us-east-1
62
63
- name: Login to Amazon ECR
64
id: login-ecr
0 commit comments