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