Skip to content

Commit 026db7f

Browse files
committed
chore: update build workflow
1 parent 41f095d commit 026db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Inspect image
197197
run: |
198198
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:latest
199-
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}"
199+
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}
200200
env:
201201
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
202202

0 commit comments

Comments
 (0)