From 83d3365a85a72aac1f642764605ee3048b93f493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 14 Apr 2025 21:42:48 +0200 Subject: [PATCH] Don't cache tonistiigi/binfmt --- .gitea/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index e8239b2..ad93da4 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -21,7 +21,6 @@ jobs: env: DISCORD_TOKEN: "0" OPENAI_TOKEN: "0" - if: gitea.event_name != 'pull_request' steps: # GitHub Container Registry - uses: https://github.com/docker/login-action@v3 @@ -48,6 +47,7 @@ jobs: with: image: tonistiigi/binfmt:master platforms: linux/amd64,linux/arm64 + cache-image: false # Set up Buildx so we can build multi-arch images - uses: https://github.com/docker/setup-buildx-action@v3