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