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
91fdbeeaf6
commit
1a777991c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -67,11 +67,11 @@ jobs:
|
|||
- name: Pack Remote Build
|
||||
uses: dfreilich/pack-action@v1
|
||||
with:
|
||||
args: 'build ${{ env.IMAGE_NAME }} --builder ${{ env.BUILDER }} --env BP_JVM_VERSION=8.* --publish'
|
||||
args: 'build ${{ env.IMAGE_NAME }} --builder ${{ env.BUILDER }} --publish'
|
||||
username: ${{ env.USERNAME }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
|
||||
#--env BP_JVM_VERSION=8.*
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue