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 6bbba1e commit cbdce56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
id: get_tagged_image
run: |
ecr_repo="aodn-v2"
echo aws ecr describe-images --repository-name $ecr_repo
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 cbdce56

Please sign in to comment.