Skip to content

Commit 2452306

Browse files
Update build.yml
1 parent ecd8c33 commit 2452306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
sudo mv ./kubectl /usr/local/bin/kubectl
3535
pip install awscli --upgrade
3636
aws --version
37+
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.IMAGE_REGISTRY }}
3738
aws eks update-kubeconfig --name my-cluster --region ${{ env.AWS_REGION }}
3839
LATEST_SHA=$(git rev-parse HEAD)
3940
docker build -t express-eks:$LATEST_SHA .

0 commit comments

Comments
 (0)