build: use branch name for docker tag
All checks were successful
TrafficCue Server CI / build (push) Successful in 1m45s
TrafficCue Server CI / check (push) Successful in 31s

This commit is contained in:
2025-09-05 17:59:21 +02:00
parent c82b126359
commit 08f1948967

View File

@ -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