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 41f095d commit 026db7fCopy full SHA for 026db7f
.github/workflows/release.yaml
@@ -196,7 +196,7 @@ jobs:
196
- name: Inspect image
197
run: |
198
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:latest
199
- docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}"
+ docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}
200
env:
201
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
202
0 commit comments