Skip to content

Commit 3771985

Browse files
committed
Fix docker digest in CI workflow
1 parent 6c6388a commit 3771985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
130130
--header "Authorization: Bearer $token" \
131131
"https://registry-1.docker.io/v2/${{ env.PLEX_CONTAINER }}/manifests/${{ env.PLEX_CONTAINER_TAG }}" \
132-
| jq -r '.config.digest')
132+
| sha256sum)
133133
echo "Digest: $digest"
134134
echo "digest=$digest" >> $GITHUB_OUTPUT
135135

0 commit comments

Comments
 (0)