Fixed inspect of image.

This commit is contained in:
Jocelyn Le Sage 2022-10-09 22:39:48 -04:00
parent e2a2555d16
commit cb05ee9dfd

View File

@ -127,7 +127,7 @@ jobs:
- name: Inspect
if: ${{ steps.prep.outputs.is_release == 'yes' }}
run: |
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${VERSION}
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
post-build:
name: Post-build