Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 20, 2024
1 parent 59bf2e5 commit a940075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Get Docker semver image id
id: get_docker_semver_image_id
run: |
docker pull ${{env.repo}}:${{ env.image_ver }}
docker inspect --format='{{index .RepoDigests 0}}' ${{env.repo}}:${{ env.image_ver }}
# docker image inspect ${{env.repo}}:${{ env.image_ver }} | jq -r '.[] | (.Id) '

- name: Check Docker image for new release is tagged latest
id: check_docker_image_tagged_latest
Expand Down

0 comments on commit a940075

Please sign in to comment.