Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-12 16:19:06 -06:00 committed by GitHub
parent 67ffe84a23
commit 8942ebdf7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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