mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Added Container build step
This commit is contained in:
parent
1b3d305a70
commit
7a810b45aa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -30,3 +30,6 @@ jobs:
|
|||
|
||||
- name: Run Maven tests
|
||||
run: mvn test
|
||||
|
||||
- name: Build the Maven container image
|
||||
run: ./mvnw spring-boot:build-image
|
||||
|
|
Loading…
Reference in a new issue