Skip to content

Commit

Permalink
Add v.1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 21, 2024
1 parent a95db66 commit 1fd9293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
id: get_docker_semver_image_id
run: |
docker pull ${{env.repo}}:${{ env.image_ver }}
docker pull ${{env.repo}}:v1.6.14
docker pull ${{env.repo}}:latest
docker image inspect ${{env.repo}}:latest
docker image inspect ${{env.repo}}:v1.6.14
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 1fd9293

Please sign in to comment.