Skip to content

Commit a761fd7

Browse files
committed
Fix misplaced $
1 parent 44538a0 commit a761fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
$(printf '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@sha256:%s ' *)
118118
- name: Inspect image
119119
run: |
120-
docker buildx imagetools inspect $${{ env.REGISTRY }}/{{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
120+
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)