Skip to content

Commit

Permalink
Add latest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 21, 2024
1 parent 9547350 commit abe62f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: get_docker_semver_image_id
run: |
docker pull ${{env.repo}}:${{ env.image_ver }}
docker image inspect ${{env.repo}}:${{ env.image_ver }}
docker image inspect ${{env.repo}}:latest
docker inspect --format='{{index .RepoDigests 0}}' ${{env.repo}}:${{ env.image_ver }}
# docker image inspect ${{env.repo}}:${{ env.image_ver }} | jq -r '.[] | (.Id) '

Expand Down

0 comments on commit abe62f2

Please sign in to comment.