Skip to content

Commit 5a08d0a

Browse files
committed
Add missing directive
1 parent bda624d commit 5a08d0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,11 @@ jobs:
242242
- name: Export digests
243243
id: export_digests
244244
run: |
245+
docker pull qbittorrentofficial/qbittorrent-nox:latest
245246
digest_latest=$(docker inspect qbittorrentofficial/qbittorrent-nox:latest \
246247
| jq -r '.[0].Id')
247248
echo "digest_latest=$digest_latest" >> "$GITHUB_OUTPUT"
249+
docker pull qbittorrentofficial/qbittorrent-nox:${{ env.QBT_VERSION }}-lt2-${{ env.TAG_RELEASE_NUMBER }}
248250
digest_lt2=$(docker inspect qbittorrentofficial/qbittorrent-nox:${{ env.QBT_VERSION }}-lt2-${{ env.TAG_RELEASE_NUMBER }} \
249251
| jq -r '.[0].Id')
250252
echo "digest_lt2=$digest_lt2" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)