We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e01734 commit d4bda6fCopy full SHA for d4bda6f
.github/workflows/build.yml
@@ -161,3 +161,14 @@ jobs:
161
push: ${{ github.event_name == 'release' }}
162
tags: ${{ steps.meta.outputs.tags }}
163
labels: ${{ steps.meta.outputs.labels }}
164
+
165
+ - name: Check manifest
166
+ if: github.event_name == 'release'
167
+ run: |
168
+ docker buildx imagetools inspect ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }}
169
170
+ - name: Inspect image
171
172
173
+ docker pull ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }}
174
+ docker image inspect ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }}
0 commit comments