We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda624d commit 5a08d0aCopy full SHA for 5a08d0a
1 file changed
.github/workflows/release.yaml
@@ -242,9 +242,11 @@ jobs:
242
- name: Export digests
243
id: export_digests
244
run: |
245
+ docker pull qbittorrentofficial/qbittorrent-nox:latest
246
digest_latest=$(docker inspect qbittorrentofficial/qbittorrent-nox:latest \
247
| jq -r '.[0].Id')
248
echo "digest_latest=$digest_latest" >> "$GITHUB_OUTPUT"
249
+ docker pull qbittorrentofficial/qbittorrent-nox:${{ env.QBT_VERSION }}-lt2-${{ env.TAG_RELEASE_NUMBER }}
250
digest_lt2=$(docker inspect qbittorrentofficial/qbittorrent-nox:${{ env.QBT_VERSION }}-lt2-${{ env.TAG_RELEASE_NUMBER }} \
251
252
echo "digest_lt2=$digest_lt2" >> "$GITHUB_OUTPUT"
0 commit comments