mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update maven.yml
This commit is contained in:
parent
1509e55ffa
commit
bea80a1975
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Pack Remote Build
|
||||
uses: dfreilich/pack-action@v1
|
||||
with:
|
||||
args: 'build ${{ env.IMAGE_NAME }} --path . --builder ${{ env.BUILDER }} --env BP_JVM_VERSION=8.* --publish'
|
||||
args: 'build ${{ env.IMAGE_NAME }} --builder ${{ env.BUILDER }} --env "BP_JVM_VERSION=8.*" --publish'
|
||||
username: ${{ env.USERNAME }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
|
|
Loading…
Reference in a new issue