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
|
Dockerfile: Dockerfile
|
||||||
buildContext:
|
buildContext:
|
||||||
tags: |
|
tags: |
|
||||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||||
'Debug'
|
Debug
|
||||||
arguments: |
|
arguments: |
|
||||||
--no-cache
|
--no-cache
|
||||||
--target publish
|
--target publish
|
||||||
@@ -137,8 +137,8 @@ jobs:
|
|||||||
repository: 'isa/ui'
|
repository: 'isa/ui'
|
||||||
command: 'push'
|
command: 'push'
|
||||||
tags: |
|
tags: |
|
||||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||||
'Debug'
|
Debug
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
displayName: 'Artefakt veröffentlichen: HelmValues'
|
displayName: 'Artefakt veröffentlichen: HelmValues'
|
||||||
@@ -187,8 +187,8 @@ jobs:
|
|||||||
Dockerfile: Dockerfile
|
Dockerfile: Dockerfile
|
||||||
buildContext:
|
buildContext:
|
||||||
tags: |
|
tags: |
|
||||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||||
'Production'
|
Production
|
||||||
arguments: |
|
arguments: |
|
||||||
--no-cache
|
--no-cache
|
||||||
--target publish
|
--target publish
|
||||||
@@ -203,8 +203,8 @@ jobs:
|
|||||||
repository: 'isa/ui'
|
repository: 'isa/ui'
|
||||||
command: 'push'
|
command: 'push'
|
||||||
tags: |
|
tags: |
|
||||||
'$(Build.BuildNumber)-$(Build.SourceVersion)'
|
$(Build.BuildNumber)-$(Build.SourceVersion)
|
||||||
'Production'
|
Production
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
displayName: 'Artefakt veröffentlichen: HelmValues'
|
displayName: 'Artefakt veröffentlichen: HelmValues'
|
||||||
|
|||||||
Reference in New Issue
Block a user