From 82f0adea3f49b5458383d5083cbd69ab93a33ae3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jun 2026 22:06:22 -0400 Subject: [PATCH] automated update: 2026-06-10 22:06:22 --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92ceeeb..09df2b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: with: fetch-depth: 0 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Resolve tag name id: tag run: | @@ -98,6 +101,8 @@ jobs: with: context: . push: true + cache-from: type=gha + cache-to: type=gha,mode=max tags: | ghcr.io/sudolulo/if-curator-headless:latest ghcr.io/sudolulo/if-curator-headless:${{ steps.tag.outputs.TAG }}