Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #443 from jenkinsci/lemeurherve-patch-1
Browse files Browse the repository at this point in the history
fix: actually build and publish `debian_jdk21_preview` image
  • Loading branch information
dduportal authored Oct 24, 2023
2 parents 930d307 + eefe79f commit 7057d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group "linux" {
"debian_jdk11",
"debian_jdk17",
"debian_jdk21",
"debian_jdk21_preview",
]
}

Expand Down Expand Up @@ -163,7 +164,7 @@ target "debian_jdk21_preview" {
context = "."
args = {
JAVA_MAJOR_VERSION = "21"
version = "${PARENT_IMAGE_VERSION}-preview"
version = "${PARENT_IMAGE_VERSION}"
}
tags = [
equal(ON_TAG, "true") ? "${REGISTRY}/${JENKINS_REPO}:${PARENT_IMAGE_VERSION}-jdk21-preview" : "",
Expand Down

0 comments on commit 7057d4a

Please sign in to comment.