From fd3421fb33b92b0440d1f7a8426fd65c08d3ede0 Mon Sep 17 00:00:00 2001 From: Jaehyeon Date: Fri, 17 Nov 2023 23:15:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Feat(#73):=20cicd=20=ED=8C=8C=EC=9D=B4?= =?UTF-8?q?=ED=94=84=EB=9D=BC=EC=9D=B8=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e40203da..06a4cee3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,7 +4,7 @@ name: NumberOne-Backend-CICD # event trigger on: push: - branches: [ "main", "dev", "dev-check"] + branches: [ " " ] # none permissions: write-all From d10397f9d81fff907e59e2001a8c23a80d7808f7 Mon Sep 17 00:00:00 2001 From: Jaehyeon Date: Fri, 17 Nov 2023 23:32:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Feat(#73):=20jib=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=97=85=20=EB=B0=8F=20jdk=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 94b4cd98..db5f9e6c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.3' - id 'com.google.cloud.tools.jib' version '3.3.1' + id 'com.google.cloud.tools.jib' version '3.4.0' } group = 'com.numberone' @@ -10,7 +10,7 @@ version = '0.0.1-SNAPSHOT' jib { from { - image = "eclipse-temurin:17-jre" + image = "openjdk:17-alpine" } to { image = "versatile0010/numberone"