From 5ec9e9a8fdf0a05fed627147bd95d6ca5b73e2e0 Mon Sep 17 00:00:00 2001 From: Flea Flicker Date: Sat, 30 May 2026 05:14:51 +0000 Subject: [PATCH] fix(ci): correct typo groombok->groombook and fix Reset image cache-from indentation - Fix API image tag typo: groombok -> groombook (line 103) - Fix Reset image cache-from/cache-to indentation: moved from under tags: (12 spaces) to under with: (10 spaces) - This corrects the Reset image build failure in CI runs. --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 867246f..9103390 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: push: true tags: | git.farh.net/groombook/api:${{ steps.version.outputs.tag }} - ${{ github.ref == 'refs/heads/main' && 'git.farh.net/groombok/api:latest' || '' }} + ${{ github.ref == 'refs/heads/main' && 'git.farh.net/groombook/api:latest' || '' }} cache-from: type=registry,ref=git.farh.net/groombook/cache:api cache-to: type=registry,ref=git.farh.net/groombook/cache:api,mode=max @@ -154,5 +154,5 @@ jobs: tags: | git.farh.net/groombook/reset:${{ steps.version.outputs.tag }} ${{ github.ref == 'refs/heads/main' && 'git.farh.net/groombook/reset:latest' || '' }} - cache-from: type=registry,ref=git.farh.net/groombook/cache:reset - cache-to: type=registry,ref=git.farh.net/groombook/cache:reset,mode=max + cache-from: type=registry,ref=git.farh.net/groombook/cache:reset + cache-to: type=registry,ref=git.farh.net/groombook/cache:reset,mode=max