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 5d71ef1 commit 6e0419eCopy full SHA for 6e0419e
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
aws-access-key-id: ${{ secrets.ACCESS_KEY }}
16
aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}
17
- aws-region: ${{ secrets.REGION }}
+ aws-region: ${{ secrets.PUBLIC_REGION }}
18
19
build-and-push-pub-ecr:
20
runs-on: ubuntu-latest
@@ -30,6 +30,8 @@ jobs:
30
registry: public.ecr.aws
31
username: ${{ secrets.ACCESS_KEY }}
32
password: ${{ secrets.SECRET_ACCESS_KEY }}
33
+ env:
34
35
36
- name: Build and Push Image
37
run: |
0 commit comments