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
33fd18aa92
commit
8ee6b61a17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -42,6 +42,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: 'spring-petclinic'
|
image: 'spring-petclinic'
|
||||||
tag: '1.0.0'
|
tag: '1.0.0'
|
||||||
path: 'target/spring-petclinic-'
|
path: 'target/spring-petclinic-2.4.5.jar'
|
||||||
builder: 'gcr.io/paketo-buildpacks/builder:tiny'
|
builder: 'gcr.io/paketo-buildpacks/builder:tiny'
|
||||||
env: 'HELLO=WORLD FOO=BAR BAZ'
|
env: 'HELLO=WORLD FOO=BAR BAZ'
|
||||||
|
|
Loading…
Reference in a new issue