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
4f02b76bd4
commit
7d044fae31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Pack Remote Build
|
||||
uses: dfreilich/pack-action@v1
|
||||
with:
|
||||
args: 'build ${{ env.IMAGE_NAME }} --path ${{ github.workspace }} --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