From 99e3b246639c1af7805ada17b718e37bf5795928 Mon Sep 17 00:00:00 2001 From: buyallmemes <165269120+buyallmemes@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:57:37 +0200 Subject: [PATCH] feat: latest image tag for AppRunner automation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 050931a..66caf72 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ jib { image = 'amazoncorretto:21-alpine' } to { - image = "723393662260.dkr.ecr.eu-central-1.amazonaws.com/buyallmemes/${project.name}:${project.version}" + image = "723393662260.dkr.ecr.eu-central-1.amazonaws.com/buyallmemes/${project.name}:latest" } }