Skip to content

Commit 711859d

Browse files
Update build.yml
1 parent 2452306 commit 711859d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
sudo mv ./kubectl /usr/local/bin/kubectl
3535
pip install awscli --upgrade
3636
aws --version
37+
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
38+
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3739
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.IMAGE_REGISTRY }}
3840
aws eks update-kubeconfig --name my-cluster --region ${{ env.AWS_REGION }}
3941
LATEST_SHA=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)