Tag CI images with version number rather than branch name
See gh-18844
This commit is contained in:
parent
a8b46d7aa5
commit
fa97766ef2
|
|
@ -77,7 +77,7 @@ resources:
|
||||||
repository: ((docker-hub-organization))/spring-boot-ci-image
|
repository: ((docker-hub-organization))/spring-boot-ci-image
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
tag: ((branch))
|
tag: 2.2.x
|
||||||
- name: spring-boot-jdk11-ci-image
|
- name: spring-boot-jdk11-ci-image
|
||||||
type: docker-image
|
type: docker-image
|
||||||
icon: docker
|
icon: docker
|
||||||
|
|
@ -85,7 +85,7 @@ resources:
|
||||||
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
|
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
tag: ((branch))
|
tag: 2.2.x
|
||||||
- name: spring-boot-jdk13-ci-image
|
- name: spring-boot-jdk13-ci-image
|
||||||
type: docker-image
|
type: docker-image
|
||||||
icon: docker
|
icon: docker
|
||||||
|
|
@ -93,7 +93,7 @@ resources:
|
||||||
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
|
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
tag: ((branch))
|
tag: 2.2.x
|
||||||
- name: artifactory-repo
|
- name: artifactory-repo
|
||||||
type: artifactory-resource
|
type: artifactory-resource
|
||||||
icon: package-variant
|
icon: package-variant
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue