From 29627a0062f0b202935b8e331c1ef5f4e19ff1a5 Mon Sep 17 00:00:00 2001 From: Gabriel Sancho Date: Sat, 28 Mar 2026 00:42:16 -0300 Subject: [PATCH] fix: correct syntax for Docker image tags in build workflow --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7fc8a67..3de049a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -52,4 +52,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ://gitea.lab:80{{ gitea.repository }}:latest + tags: ://gitea.lab:80/${{ gitea.repository }}:latest