From 9aac08f55123975b2295690d3da426ad4caed61a Mon Sep 17 00:00:00 2001 From: lowCost Date: Sun, 30 Nov 2025 23:27:53 +0900 Subject: [PATCH] 2025-11-30 ci-petclininc.yml --- .github/workflows/ci-petclinic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-petclinic.yml b/.github/workflows/ci-petclinic.yml index 20b30c172..5b68bf38c 100644 --- a/.github/workflows/ci-petclinic.yml +++ b/.github/workflows/ci-petclinic.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '21' + java-version: '25' cache: 'maven' - name: Maven build & test @@ -73,6 +73,8 @@ jobs: echo "IMAGE_TAG=${SHORT_SHA}" - name: Build Docker image + env: + DOCKER_BUILDKIT: 1 # Docker build Job에서 BuildKit 활성화 run: | ECR_REGISTRY=${{ steps.ecr-login.outputs.registry }} IMAGE_URI="$ECR_REGISTRY/${{ env.ECR_REPOSITORY }}:${IMAGE_TAG}"