From f605a0e732b7dc8f819b97e93060028e34d38aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Fri, 31 Oct 2025 16:45:56 +0100 Subject: [PATCH] chore(config): Fixed linting errors for CI --- .gitea/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bc6e658..d3e2e37 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -63,8 +63,7 @@ jobs: with: context: . push: true - tags: git.dgse.cloud/dgroothuis/digital-garden:${{ gitea.sha }},${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:latest - + tags: git.dgse.cloud/dgroothuis/garden:${{ gitea.sha }},git.dgse.cloud/dgroothuis/garden:latest deploy: needs: docker-build runs-on: ubuntu-latest