update default image name

This commit is contained in:
yusing
2025-02-23 06:36:20 +08:00
parent 7153fc8bb5
commit 2504510c61
4 changed files with 5 additions and 4 deletions

View File

@@ -158,5 +158,6 @@ jobs:
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ inputs.image_name }}:${{ steps.meta.outputs.version }}
- name: Inspect image (old)
if: inputs.old_image_name != ''
run: |
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ inputs.old_image_name }}:${{ steps.meta.outputs.version }}