mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-23 09:19:47 +00:00
Disable caching when building release images
So the images always have the latest packages.
This commit is contained in:
parent
1d964be6e6
commit
bc731a1d34
2
.github/workflows/alpha.yaml
vendored
2
.github/workflows/alpha.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user