update build pipeline for tags

This commit is contained in:
2026-07-13 09:05:36 +02:00
parent 773a25f302
commit 80e0b90ead
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
- name: Build tag list - name: Build tag list
id: tags id: tags
run: | run: |
TAGS="git.claeyscloud.com/david/net-base:${{ inputs.branch }}" TAGS="${{ inputs.branch }}"
if [ "${{ steps.variables.outputs.IS_LATEST }}" = "true" ]; then if [ "${{ steps.variables.outputs.IS_LATEST }}" = "true" ]; then
TAGS="$TAGS,latest" TAGS="$TAGS,latest"