Don't pin the patch version in the docker tag

This commit is contained in:
Joseph Garrone 2024-08-23 19:01:37 +02:00
parent c3f3c55303
commit 380b739017

View File

@ -55,7 +55,7 @@ export async function promptKeycloakVersion(params: {
}); });
const lastMajorVersions = Array.from(semVersionedTagByMajor.values()).map( const lastMajorVersions = Array.from(semVersionedTagByMajor.values()).map(
({ tag }) => tag ({ version }) => `${version.major}.${version.minor}`
); );
const { value } = await cliSelect<string>({ const { value } = await cliSelect<string>({