From fa97766ef23c19048a2bac009b89c7c8edd862ee Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Nov 2019 14:17:56 +0000 Subject: [PATCH] Tag CI images with version number rather than branch name See gh-18844 --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 78b193ec40a9..5866e5728ed6 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -77,7 +77,7 @@ 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 @@ -85,7 +85,7 @@ resources: 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 @@ -93,7 +93,7 @@ resources: 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