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 4430557 commit 29bf332Copy full SHA for 29bf332
.github/workflows/buildx.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Inspect Image
108
if: always() && github.event_name != 'pull_request' && contains(github.ref, 'master')
109
run: |
110
- docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
+ docker buildx imagetools inspect $(echo "${{ steps.prepare.outputs.tags }}" | cut -d',' -f1)
111
112
- name: Clear
113
if: always() && github.event_name != 'pull_request'
0 commit comments