From 5512d53bcfb27f7affc2bc035d1fac7b6ec9132a Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 16:26:26 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2fa7c0766..88e5648d1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -64,13 +64,13 @@ jobs: #- name: Set App Name #run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"' - - name: Pack Remote Build - uses: dfreilich/pack-action@v1 - with: - 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 }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: ${{ env.REGISTRY }} + #- name: Pack Remote Build + # uses: dfreilich/pack-action@v1 + # with: + # 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 }} + # password: ${{ secrets.GITHUB_TOKEN }} + # registry: ${{ env.REGISTRY }} @@ -80,11 +80,11 @@ jobs: - #- name: Build image - # uses: bigloupe/buildpacks-action@master - # with: - # image: 'spring-petclinic' - # tag: '1.0.0' - # path: 'target/spring-petclinic-2.4.5.jar' - # builder: 'gcr.io/paketo-buildpacks/spring-boot' - # env: 'BP_JVM_VERSION=8.*' + - name: Build image + uses: bigloupe/buildpacks-action@master + with: + image: 'spring-petclinic' + tag: '1.0.0' + path: 'target/spring-petclinic-2.4.5.jar' + builder: 'gcr.io/paketo-buildpacks/builder:base' + env: 'BP_JVM_VERSION=8.*'