From 120c0ef088fa4f21f15ed811fb494d07929cb81c Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 16 Oct 2023 13:38:16 +0200 Subject: [PATCH] Fix: release workflow --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33787132f..266db62c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,5 @@ jobs: build-args: | TAG=4.6.3 push: true - cache-from: type=gha - cache-to: type=gha,mode=max tags: ${{ steps.meta-gui.outputs.tags }} labels: ${{ steps.meta-gui.outputs.labels }}