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 ecd8c33 commit 2452306Copy full SHA for 2452306
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
sudo mv ./kubectl /usr/local/bin/kubectl
35
pip install awscli --upgrade
36
aws --version
37
+ aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.IMAGE_REGISTRY }}
38
aws eks update-kubeconfig --name my-cluster --region ${{ env.AWS_REGION }}
39
LATEST_SHA=$(git rev-parse HEAD)
40
docker build -t express-eks:$LATEST_SHA .
0 commit comments