From 08f19489673d859d52d20a65a6a7cba1cbdbf88d Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 5 Sep 2025 17:59:21 +0200 Subject: [PATCH] build: use branch name for docker tag --- .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 a8c1498..1f469d1 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:${{ gitea.ref_name == 'main' && 'latest' || gitea.ref_name }} platforms: linux/amd64