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