ci-minimal cleanup

This commit is contained in:
Matt York 2023-10-15 14:46:33 +01:00
parent cff61ad775
commit 6368033cdf

View file

@ -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