From 7f572403be8a29e771a804d6dca2e198946134cc Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Wed, 23 Aug 2023 08:25:17 -0700 Subject: [PATCH] chore(release) cache release builds images --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a37a447..762a0f3bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,8 +129,10 @@ jobs: with: file: ${{ matrix.file }} tags: ${{ matrix.tags }} - push: true platforms: ${{ matrix.platforms }} + push: true + cache-from: type=gha + cache-to: type=gha,mode=max binary-ubuntu-bionic: name: "Build Ubuntu 18.04 (bionic) binary"