Disable caching when building release images

So the images always have the latest packages.
This commit is contained in:
Chocobo1 2023-12-23 16:28:13 +08:00
parent 1d964be6e6
commit bc731a1d34
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 0 additions and 4 deletions

View File

@ -42,8 +42,6 @@ jobs:
QBT_VERSION=devel
LIBBT_VERSION=devel
LIBBT_CMAKE_FLAGS=-Ddeprecated-functions=ON
cache-from: type=gha
cache-to: type=gha,mode=max
labels: |
org.opencontainers.image.authors=https://github.com/qbittorrent/qBittorrent/graphs/contributors
org.opencontainers.image.base.name=docker.io/alpine:latest

View File

@ -55,8 +55,6 @@ jobs:
with:
build-args: |
QBT_VERSION=${{ env.QBT_VERSION }}
cache-from: type=gha
cache-to: type=gha,mode=max
labels: |
org.opencontainers.image.authors=https://github.com/qbittorrent/qBittorrent/graphs/contributors
org.opencontainers.image.base.name=docker.io/alpine:latest