mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update maven.yml
This commit is contained in:
parent
e79be7b7f2
commit
fa449a4a0a
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
|
- name: Pack Remote Build
|
||||||
uses: dfreilich/pack-action@v1
|
uses: dfreilich/pack-action@v1
|
||||||
with:
|
with:
|
||||||
args: 'build ${{ env.IMAGE_NAME }} --path ${{ env.github_workspace }}/spring-petclinic --builder ${{ env.BUILDER }} --env BP_JVM_VERSION=8.* --publish'
|
args: 'build ${{ env.IMAGE_NAME }} --path ${{ env.github_workspace }} --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 }}
|
||||||
|
|
Loading…
Reference in a new issue