Skip to content

Commit 200b97b

Browse files
authored
Run the release build against Eclipse Temurin instead of the old OpenJDK Docker images. (opensearch-project#6293)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent fa8ed21 commit 200b97b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
strategy:
8989
matrix:
9090
include:
91-
- image : "openjdk:11"
91+
- image : "eclipse-temurin:11"
9292
archive: opensearch-data-prepper
93-
- image : "openjdk:17"
93+
- image : "eclipse-temurin:17"
9494
archive: opensearch-data-prepper
9595
- image : "ubuntu:latest"
9696
archive: opensearch-data-prepper-jdk

0 commit comments

Comments
 (0)