From 3fd02e6f756d0404477bc3c0ee87a5ee3c983953 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Thu, 11 Dec 2025 22:58:37 +0100 Subject: [PATCH] fix org name --- .gitea/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index bc2d9a3..c90764d 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -27,6 +27,6 @@ jobs: with: context: ./web push: true - tags: git.seaturtle.pw/cavepediav2/cavepediav2-web:latest + tags: git.seaturtle.pw/cavepedia/cavepediav2-web:latest cache-from: type=gha cache-to: type=gha,mode=max