Skip to content

Commit

Permalink
Tag CI images with version number rather than branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 7, 2019
1 parent a8b46d7 commit fa97766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Expand Up @@ -77,23 +77,23 @@ resources:
repository: ((docker-hub-organization))/spring-boot-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
tag: 2.2.x
- name: spring-boot-jdk11-ci-image
type: docker-image
icon: docker
source:
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
tag: 2.2.x
- name: spring-boot-jdk13-ci-image
type: docker-image
icon: docker
source:
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
tag: 2.2.x
- name: artifactory-repo
type: artifactory-resource
icon: package-variant
Expand Down

0 comments on commit fa97766

Please sign in to comment.