From bc731a1d3480b33aa8e09d558cbd3e2a40e2898d Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 23 Dec 2023 16:28:13 +0800 Subject: [PATCH] Disable caching when building release images So the images always have the latest packages. --- .github/workflows/alpha.yaml | 2 -- .github/workflows/release.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/alpha.yaml b/.github/workflows/alpha.yaml index ad83002..d28dca5 100644 --- a/.github/workflows/alpha.yaml +++ b/.github/workflows/alpha.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3661d40..59cd7f1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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