update build pipeline for tags
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user