change: Use public ECR registry

This commit is contained in:
Jim Martens 2024-09-04 21:30:30 +02:00
parent 9711053b99
commit 9ae7fc56c9
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jib {
}
}
to {
image = "313329311652.dkr.ecr.eu-central-1.amazonaws.com/hbt/routing"
image = "public.ecr.aws/g0w8i4q6/hbt/routing"
tags = setOf(
"latest",
properties["version"].toString().replace("+", "-"))