Skip to content

Commit

Permalink
get latest blog image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 18, 2023
1 parent 7b6a72f commit 1a65f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy-ecr-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aws ecr get-login-password --region ap-south-1 | docker login --username AWS --p

imageTag = $(aws ecr describe-images --repository-name canopas-blog --output text --query 'sort_by(imageDetails,& imagePushedAt)[*].imageTags[*]' | tr '\t' '\n' | tail -1)

echo imageTag
echo $imageTag

# docker build -t canopas-website-ssr-app:$IMAGE_TAG-$PLATFORM .

Expand Down

0 comments on commit 1a65f44

Please sign in to comment.