From 80e0b90ead142ff6027ec81f000a79e6169b2626 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 13 Jul 2026 09:05:36 +0200 Subject: [PATCH] update build pipeline for tags --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index f23ef7c..80adc96 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -87,7 +87,7 @@ jobs: - name: Build tag list id: tags run: | - TAGS="git.claeyscloud.com/david/net-base:${{ inputs.branch }}" + TAGS="${{ inputs.branch }}" if [ "${{ steps.variables.outputs.IS_LATEST }}" = "true" ]; then TAGS="$TAGS,latest"