diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 476086284..3fca75777 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -56,6 +56,14 @@ jobs: # JFrog organization secret JFROG_CLI_BUILD_NUMBER : ${{ github.run_number }} run: | + # Push Docker Image to Artifactory jf docker push ${{ env.IMAGE_NAME }} + # 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 \ No newline at end of file