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 {
53
53
54
54
steps {
55
55
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 ." )
57
57
docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
58
58
image. push()
59
59
}
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
16
15
REDIS_VERSION: =6.2.6
17
16
SPRING_PROFILE? =ci
18
17
SHELL =/bin/bash -euo pipefail
You can’t perform that action at this time.
0 commit comments