mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
commit
6d3602fcb4
2 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
|
||||
run:
|
||||
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
|
Binary file not shown.
Loading…
Reference in a new issue