Merge pull request #6 from octodemo/omearaj-patch-1

Update maven.yml
This commit is contained in:
Jamie O'Meara 2021-05-12 16:36:09 -06:00 committed by GitHub
commit 86c26c7c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,13 +64,13 @@ jobs:
#- name: Set App Name #- name: Set App Name
#run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"' #run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"'
# - name: Pack Remote Build #- name: Pack Remote Build
# uses: dfreilich/pack-action@v1 # uses: dfreilich/pack-action@v1
# with: # with:
# args: 'build ${{ env.IMAGE_NAME }} --builder ${{ env.BUILDER }} --env "BP_JVM_VERSION=8.*" --publish' # args: 'build ${{ env.IMAGE_NAME }} --path /home/runner/work/spring-petclinic/spring-petclinic --builder ${{ env.BUILDER }} --env "BP_JVM_VERSION=8.*" --publish'
# username: ${{ env.USERNAME }} # username: ${{ env.USERNAME }}
# password: ${{ secrets.GITHUB_TOKEN }} # password: ${{ secrets.GITHUB_TOKEN }}
# registry: ${{ env.REGISTRY }} # registry: ${{ env.REGISTRY }}
@ -80,11 +80,11 @@ jobs:
#- name: Build image - name: Build image
# uses: bigloupe/buildpacks-action@master uses: bigloupe/buildpacks-action@master
# with: with:
# image: 'spring-petclinic' image: 'spring-petclinic'
# tag: '1.0.0' tag: '1.0.0'
# path: 'target/spring-petclinic-2.4.5.jar' path: '.'
# builder: 'gcr.io/paketo-buildpacks/spring-boot' builder: 'gcr.io/paketo-buildpacks/builder:base'
# env: 'BP_JVM_VERSION=8.*' env: 'BP_JVM_VERSION=8.*'