Skip to content

Commit 9e3a8bb

Browse files
committed
cambios para image native
1 parent 80e71d4 commit 9e3a8bb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,4 @@ jobs:
4747
run: ./mvnw clean verify
4848
env:
4949
DB_USER: ${{ secrets.DB_USER }}
50-
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
51-
52-
- name: Build native image with GraalVM
53-
run: ./mvnw spring-boot:build-image
50+
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<artifactId>spring-boot-maven-plugin</artifactId>
159159
<configuration>
160160
<image>
161-
<builder>paketobuildpacks/builder:base</builder>
161+
<builder>paketobuildpacks/builder-jammy-base:latest</builder>
162162
<env>
163163
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
164164
</env>

0 commit comments

Comments
 (0)