mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
2025-11-30 ci-petclininc.yml
This commit is contained in:
parent
2108c1bdd1
commit
9aac08f551
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-petclinic.yml
vendored
4
.github/workflows/ci-petclinic.yml
vendored
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue