mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-06 14:21:11 +00:00
added dockerfile and updated ci pipeline
This commit is contained in:
parent
577fda3708
commit
4f4a6a4d82
2 changed files with 18 additions and 0 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -35,6 +35,9 @@ jobs:
|
|||
- name: Run tests
|
||||
run: mvn test
|
||||
|
||||
- name: Package the application with Maven
|
||||
run: mvn package -DskipTests
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t trialt0zppb.jfrog.io/onboarding-docker-local/spring-petclinic:latest .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue