Skip to content

Commit

Permalink
環境変数が足りなかったのを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
inai17ibar committed Oct 21, 2023
1 parent fd9140e commit 6e38091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
ECR_REGISTRY: 998159020507.dkr.ecr.us-east-1.amazonaws.com
run: |
echo $(aws ecr get-login-password) | docker login --username AWS --password-stdin $ECR_REGISTRY
Expand Down

0 comments on commit 6e38091

Please sign in to comment.