Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-18 11:15:50 -06:00 committed by GitHub
parent 49e2e470e4
commit bf8fcfdf3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,17 +65,17 @@ 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 }} --path ./spring-petclinic --builder ${{ env.BUILDER }} --env "BP_JVM_VERSION=8.*" --publish' # args: 'build ${{ env.IMAGE_NAME }} --path ./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 }}
- name: Setup tmate session # - name: Setup tmate session
if: ${{ failure() }} # if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
# - name: Build image # - name: Build image
# id: build-image # id: build-image