From 1aecadb3f508afc3ea95c451de4b77c6b213ff7e Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:22:56 +0900 Subject: [PATCH] =?UTF-8?q?watchdog-fe:=20ci=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- watch-dog-be/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/watch-dog-be/build.gradle.kts b/watch-dog-be/build.gradle.kts index 45f4c60..167907a 100644 --- a/watch-dog-be/build.gradle.kts +++ b/watch-dog-be/build.gradle.kts @@ -82,5 +82,6 @@ jib { ktor { docker { localImageName.set("watchdog-be") + this.imageTag = version.toString() } } \ No newline at end of file