From 303526dac64011cf58c63587b252fbac9c952535 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Sat, 4 Jan 2025 17:45:18 +0000 Subject: [PATCH] no cache on build --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3f43fb5..8635cc4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: with: push: true tags: git.marinodev.com/marinodev/fbla25_ci:latest + no-cache: true deploy: runs-on: ubuntu-latest