From f0b628f78def5224d5a3e44cbcf98566bf6ca016 Mon Sep 17 00:00:00 2001 From: Trigus42 <59501676+Trigus42@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:09:41 +0200 Subject: [PATCH] Fix: Workflow caching old version of QBt --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ffdaea..798b4e0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -102,6 +102,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} build-args: | "SOURCE_COMMIT=${{ env.SHORT_SHA }}" + "QBITTORRENT_TAG"="${{ env.RELEASE_TAG }}" tags: | ghcr.io/trigus42/alpine-qbittorrentvpn:latest ghcr.io/trigus42/alpine-qbittorrentvpn:${{ github.head_ref || github.ref_name }}