Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c9b88ce

Browse files
committed
Remove jdk16 image build
- Fixes #4707
1 parent 8162323 commit c9b88ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-images/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
TAG: ${{ inputs.version }}
2323
shell: bash
2424
run: |
25-
for v in 8 11 16 17
25+
for v in 8 11 17
2626
do
2727
pack build \
2828
--path spring-cloud-dataflow-server/target/spring-cloud-dataflow-server-$TAG.jar \
@@ -63,7 +63,7 @@ runs:
6363
docker tag springcloud/spring-cloud-dataflow-tasklauncher-sink-kafka:$TAG-jdk11 springcloud/spring-cloud-dataflow-tasklauncher-sink-kafka:$TAG
6464
docker tag springcloud/spring-cloud-dataflow-tasklauncher-sink-rabbit:$TAG-jdk11 springcloud/spring-cloud-dataflow-tasklauncher-sink-rabbit:$TAG
6565
docker tag springcloud/spring-cloud-dataflow-single-step-batch-job:$TAG-jdk11 springcloud/spring-cloud-dataflow-single-step-batch-job:$TAG
66-
for v in 8 11 16 17
66+
for v in 8 11 17
6767
do
6868
docker push springcloud/spring-cloud-dataflow-server:$TAG-jdk$v
6969
docker push springcloud/spring-cloud-dataflow-composed-task-runner:$TAG-jdk$v

0 commit comments

Comments
 (0)