Skip to content

Commit 24f5e40

Browse files
committed
Fix Java 11 build container name.
See #2282
1 parent 3f5d588 commit 24f5e40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353

5454
steps {
5555
script {
56-
def image = docker.build("springci/spring-data-openjdk11-with-redis-6.2:${p['java.11.tag']}", "--build-arg BASE=${p['docker.java.11.image']} --build-arg REDIS=${p['docker.redis.6.version']} -f ci/openjdk11-redis-6.2/Dockerfile .")
56+
def image = docker.build("springci/spring-data-with-redis-6.2:${p['java.11.tag']}", "--build-arg BASE=${p['docker.java.11.image']} --build-arg REDIS=${p['docker.redis.6.version']} -f ci/openjdk11-redis-6.2/Dockerfile .")
5757
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
5858
image.push()
5959
}

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
1615
REDIS_VERSION:=6.2.6
1716
SPRING_PROFILE?=ci
1817
SHELL=/bin/bash -euo pipefail

0 commit comments

Comments
 (0)