mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Fixed inspect of image.
This commit is contained in:
parent
e2a2555d16
commit
cb05ee9dfd
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…
x
Reference in New Issue
Block a user