Skip to content

Commit f48ffa2

Browse files
committed
use builder image tag parameter
1 parent b45009c commit f48ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jlink/jlinked-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ objects:
8686
dockerStrategy:
8787
from:
8888
kind: ImageStreamTag
89-
name: openjdk-${JDK_VERSION}-jlink-tech-preview:latest # Refer README.md to create this ImageStream
89+
name: openjdk-${JDK_VERSION}-jlink-tech-preview:${BUILDER_IMAGE_TAG} # Refer README.md to create this ImageStream
9090
output:
9191
to:
9292
kind: ImageStreamTag

0 commit comments

Comments
 (0)