From c82b126359e6c6a2e754fd2995e346492300172b Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 5 Sep 2025 17:52:03 +0200 Subject: [PATCH] build: add missing / --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 236696a..a8c1498 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,5 +30,5 @@ jobs: with: context: . push: true - tags: ${{ vars.registry_url }}trafficcue/trafficcue-server:latest + tags: ${{ vars.registry_url }}/trafficcue/trafficcue-server:latest platforms: linux/amd64