Patch deprecated set-output in CI workflow (#1053)

This commit is contained in:
JonnyWong16 2022-11-08 18:01:42 -08:00 committed by GitHub
parent f1ec77c77f
commit c4bab34474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ jobs:
"https://registry-1.docker.io/v2/${{ env.PLEX_CONTAINER }}/manifests/${{ env.PLEX_CONTAINER_TAG }}" \
| jq -r '.config.digest')
echo "Digest: $digest"
echo ::set-output name=digest::$digest
echo "digest=$digest" >> $GITHUB_OUTPUT
- name: Cache PMS Docker image
id: docker-cache