mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Removed unused workflow
This commit is contained in:
parent
7937bc6987
commit
e5c8bd0637
1 changed files with 7 additions and 0 deletions
7
.github/workflows/maven-build.yml
vendored
7
.github/workflows/maven-build.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
|||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
|
||||
- name: Validate Maven dependencies
|
||||
run: mvn dependency:analyze
|
||||
|
||||
- name: Run Maven tests
|
||||
run: mvn test
|
||||
|
||||
|
@ -67,6 +70,10 @@ jobs:
|
|||
IMAGE_NAME: my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||
run:
|
||||
jf docker push $IMAGE_NAME
|
||||
|
||||
- name: Scan for vulnerabilities
|
||||
run:
|
||||
jf scan
|
||||
|
||||
- name: Publish Build info With JFrog CLI
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue