Skip to content

Commit 5ec76f4

Browse files
committed
Fix
1 parent 16f4170 commit 5ec76f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,5 +358,5 @@ jobs:
358358
359359
- name: Inspect image
360360
run: |
361-
docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:1.5-${{ steps.meta.outputs.version }}
361+
docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:${{ steps.meta.outputs.version }}
362362

0 commit comments

Comments
 (0)