Skip to content

Commit b5fc3bf

Browse files
committed
Build and Publish to ECR hkhcoder#2
1 parent d0de26c commit b5fc3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: appleboy/docker-ecr-action@master
6464
with:
6565
access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
66-
secret_key: ${{ secrets.AWS_SECRER_ACCESS_KEY }}
66+
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6767
registry: ${{ secrets.REGISTRY }}
6868
repo: ${{ env.ECR_REPOSITORY }}
6969
region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)