add @server@ to CI for UAT, PROD
This commit is contained in:
parent
06063a0a86
commit
a6a49a5bde
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: 37
|
||||
version: 38
|
||||
jobs:
|
||||
- name: CI for UAT
|
||||
steps:
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
name: build docker image
|
||||
dockerfile: ./docker/Dockerfile
|
||||
output: !RegistryOutput
|
||||
tags: hrms-git.chin.in.th/bma-hrms/hrms-api-probation:@build_version@ hrms-git.chin.in.th/bma-hrms/hrms-api-probation:latest
|
||||
tags: '@server@/bma-hrms/hrms-api-probation:@build_version@ @server@/bma-hrms/hrms-api-probation:latest'
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
triggers:
|
||||
- !TagCreateTrigger
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
name: build docker image
|
||||
dockerfile: ./docker/Dockerfile
|
||||
output: !RegistryOutput
|
||||
tags: hrms-git.bangkok.go.th/bma-hrms/hrms-api-probation:@build_version@ hrms-git.bangkok.go.th/bma-hrms/hrms-api-probation:latest
|
||||
tags: '@server@/bma-hrms/hrms-api-probation:@build_version@ @server@/bma-hrms/hrms-api-probation:latest'
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
triggers:
|
||||
- !TagCreateTrigger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue