Skip to content

Commit

Permalink
Add image id
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 20, 2024
1 parent 30614dd commit ab57c41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
image_ver: v1.6.15
steps:

- name: Get Docker semver image id
id: get_docker_semver_image_id
run: |
docker pull ${{env.repo}}:${{ env.image_ver }}
docker image inspect ${{env.repo}}:${{ env.image_ver }} | jq -r '. | {Id: .Id} '
echo "right"
- name: Check Docker image for new release is tagged latest
id: check_docker_image_tagged_latest
# yamllint disable rule:line-length
Expand Down

0 comments on commit ab57c41

Please sign in to comment.