Skip to content

Commit bf9c95b

Browse files
committed
FIX: github workflow inspect final image
1 parent 53197c9 commit bf9c95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ jobs:
142142
${{ join(needs.build-images.outputs.*, ' ') }}
143143
144144
- name: Inspect final image
145-
run: docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.version }}
145+
run: docker buildx imagetools inspect ${{ fromJSON(steps.meta.outputs.json).tags[0] }}

0 commit comments

Comments
 (0)