File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15-
1615REDIS_VERSION: =6.2.6
1716SPRING_PROFILE? =ci
1817SHELL =/bin/bash -euo pipefail
You can’t perform that action at this time.
0 commit comments