Skip to content

Commit

Permalink
build id test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 21, 2023
1 parent cbdce56 commit f7b3a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
id: get_tagged_image
run: |
ecr_repo="aodn-v2"
echo aws ecr describe-images --repository-name $ecr_repo
test=(aws ecr describe-images --repository-name $ecr_repo)
echo $test
image_tag=$(aws ecr describe-images \
--repository-name $ecr_repo \
--query 'sort_by(imageDetails,& imagePushedAt)[-1].imageTags[0]' --output text)
Expand Down

0 comments on commit f7b3a5c

Please sign in to comment.