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

[KOGITO-4361] Invalid image tag for native image #748

Merged
merged 1 commit into from
Feb 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/infrastructure/kogito_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// KogitoRuntimeJVM Runtime Image for Kogito with JRE
KogitoRuntimeJVM = "kogito-runtime-jvm"
//KogitoRuntimeNative Runtime Image for Kogito for Native Quarkus Application
KogitoRuntimeNative = "Kogito-runtime-native"
KogitoRuntimeNative = "kogito-runtime-native"
//RuntimeTypeKey Env key to switch between the runtime
RuntimeTypeKey = "RUNTIME_TYPE"
)
Expand Down