Skip to content

Commit 88ec6c6

Browse files
committed
fix(ci): fix format
1 parent 5de24ee commit 88ec6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
$(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *)
195195
196196
# Get the digest of the created manifest list
197-
DIGEST=$(docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.version }} --format '{{json .Manifest.Digest}}' | jq -r .)
197+
DIGEST=$(docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.version }} --format '{{ json .Manifest.Digest }}' | jq -r .)
198198
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
199199
200200
- name: Attest docker build (DockerHub)

0 commit comments

Comments
 (0)