Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-12 14:32:17 -06:00 committed by GitHub
parent fa449a4a0a
commit f9652bc5b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ jobs:
- name: Pack Remote Build
uses: dfreilich/pack-action@v1
with:
args: 'build ${{ env.IMAGE_NAME }} --path ${{ env.github_workspace }} --builder ${{ env.BUILDER }} --env BP_JVM_VERSION=8.* --publish'
args: 'build ${{ env.IMAGE_NAME }} --path ${{ github.workspace }} --builder ${{ env.BUILDER }} --env BP_JVM_VERSION=8.* --publish'
username: ${{ env.USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ env.REGISTRY }}