We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4170 commit 5ec76f4Copy full SHA for 5ec76f4
.github/workflows/docker_image.yml
@@ -358,5 +358,5 @@ jobs:
358
359
- name: Inspect image
360
run: |
361
- docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:1.5-${{ steps.meta.outputs.version }}
+ docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:${{ steps.meta.outputs.version }}
362
0 commit comments