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 44538a0 commit a761fd7Copy full SHA for a761fd7
.github/workflows/docker.yml
@@ -117,4 +117,4 @@ jobs:
117
$(printf '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@sha256:%s ' *)
118
- name: Inspect image
119
run: |
120
- docker buildx imagetools inspect $${{ env.REGISTRY }}/{{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
+ docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
0 commit comments