Fixed inspect of image.
This commit is contained in:
parent
e2a2555d16
commit
cb05ee9dfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
||||||
- name: Inspect
|
- name: Inspect
|
||||||
if: ${{ steps.prep.outputs.is_release == 'yes' }}
|
if: ${{ steps.prep.outputs.is_release == 'yes' }}
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${VERSION}
|
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }}
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
name: Post-build
|
name: Post-build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue