We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53197c9 commit bf9c95bCopy full SHA for bf9c95b
.github/workflows/release.yml
@@ -142,4 +142,4 @@ jobs:
142
${{ join(needs.build-images.outputs.*, ' ') }}
143
144
- name: Inspect final image
145
- run: docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.version }}
+ run: docker buildx imagetools inspect ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
0 commit comments