Skip to content

Commit 29bf332

Browse files
authored
fix: build inspection
1 parent 4430557 commit 29bf332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Inspect Image
108108
if: always() && github.event_name != 'pull_request' && contains(github.ref, 'master')
109109
run: |
110-
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
110+
docker buildx imagetools inspect $(echo "${{ steps.prepare.outputs.tags }}" | cut -d',' -f1)
111111
112112
- name: Clear
113113
if: always() && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)