mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
ci-minimal cleanup
This commit is contained in:
parent
cff61ad775
commit
6368033cdf
1 changed files with 0 additions and 19 deletions
19
.github/workflows/ci-minimal.yml
vendored
19
.github/workflows/ci-minimal.yml
vendored
|
@ -73,22 +73,3 @@ jobs:
|
||||||
IMAGE_NAME: my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
|
IMAGE_NAME: my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||||
run:
|
run:
|
||||||
jf docker push $IMAGE_NAME
|
jf docker push $IMAGE_NAME
|
||||||
|
|
||||||
# - name: Scan for vulnerabilities
|
|
||||||
# run:
|
|
||||||
# jf scan *
|
|
||||||
|
|
||||||
# - name: Publish Build info With JFrog CLI
|
|
||||||
# env:
|
|
||||||
# # Generated and maintained by GitHub
|
|
||||||
# JFROG_CLI_BUILD_NAME: spring-petclinic
|
|
||||||
# # JFrog organization secret
|
|
||||||
# JFROG_CLI_BUILD_NUMBER : ${{ github.run_number }}
|
|
||||||
# run: |
|
|
||||||
# # Export the build name and build nuber
|
|
||||||
# # Collect environment variables for the build
|
|
||||||
# jf rt build-collect-env
|
|
||||||
# # Collect VCS details from git and add them to the build
|
|
||||||
# jf rt build-add-git
|
|
||||||
# # Publish build info
|
|
||||||
# jf rt build-publish
|
|
Loading…
Reference in a new issue