From b40debc7cc4a42d60d285d6ef7c737a0476464da Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Fri, 18 Apr 2025 20:46:38 +0100 Subject: [PATCH] test: Enable buildx GHA cache --- .forgejo/workflows/release-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release-image.yml b/.forgejo/workflows/release-image.yml index 142529ae..f0e49e80 100644 --- a/.forgejo/workflows/release-image.yml +++ b/.forgejo/workflows/release-image.yml @@ -54,7 +54,7 @@ jobs: })) build-image: - runs-on: dind + runs-on: not-nexy container: ghcr.io/catthehacker/ubuntu:act-latest needs: define-variables permissions: @@ -133,8 +133,8 @@ jobs: platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} - # cache-from: type=gha - # cache-to: type=gha,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max sbom: true outputs: type=image,"name=${{ needs.define-variables.outputs.images_list }}",push-by-digest=true,name-canonical=true,push=true env: