We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2452306 commit 711859dCopy full SHA for 711859d
.github/workflows/build.yml
@@ -34,6 +34,8 @@ jobs:
34
sudo mv ./kubectl /usr/local/bin/kubectl
35
pip install awscli --upgrade
36
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 }}
39
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.IMAGE_REGISTRY }}
40
aws eks update-kubeconfig --name my-cluster --region ${{ env.AWS_REGION }}
41
LATEST_SHA=$(git rev-parse HEAD)
0 commit comments