mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
! removed single quoutes from docker tags
This commit is contained in:
@@ -122,8 +122,8 @@ jobs:
|
||||
Dockerfile: Dockerfile
|
||||
buildContext:
|
||||
tags: |
|
||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
||||
'Debug'
|
||||
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||
Debug
|
||||
arguments: |
|
||||
--no-cache
|
||||
--target publish
|
||||
@@ -137,8 +137,8 @@ jobs:
|
||||
repository: 'isa/ui'
|
||||
command: 'push'
|
||||
tags: |
|
||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
||||
'Debug'
|
||||
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||
Debug
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Artefakt veröffentlichen: HelmValues'
|
||||
@@ -187,8 +187,8 @@ jobs:
|
||||
Dockerfile: Dockerfile
|
||||
buildContext:
|
||||
tags: |
|
||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
||||
'Production'
|
||||
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||
Production
|
||||
arguments: |
|
||||
--no-cache
|
||||
--target publish
|
||||
@@ -203,8 +203,8 @@ jobs:
|
||||
repository: 'isa/ui'
|
||||
command: 'push'
|
||||
tags: |
|
||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
||||
'Production'
|
||||
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||
Production
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Artefakt veröffentlichen: HelmValues'
|
||||
|
||||
Reference in New Issue
Block a user