From 0822999c965f5cfd08f14e6d06292d70bda0b825 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 16 Oct 2023 13:46:06 +0200 Subject: [PATCH] Fix: release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5e4500b8..14fd7fce9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,5 +61,7 @@ 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 }}