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
6a047ae631
commit
cfb3e92398
1 changed files with 6 additions and 1 deletions
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
|
@ -7,6 +7,11 @@ on:
|
|||
push:
|
||||
branches: main
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
org_name: octodemo
|
||||
repo_name: spring-petclinic
|
||||
image_name: spring-petclinic
|
||||
|
||||
jobs:
|
||||
build-and-test-matrix:
|
||||
|
@ -66,4 +71,4 @@ jobs:
|
|||
|
||||
- name: "😆 Image using Pack"
|
||||
run: |
|
||||
pack build ghcr.io/octodemo/spring-petclinic/spring-petclinic --builder paketobuildpacks/builder:base --env 'BP_JVM_VERSION=8.*' --publish
|
||||
pack build ghcr.io/octodemo/spring-petclinic/spring-petclinic:${{ github.sha }} --builder paketobuildpacks/builder:base --env 'BP_JVM_VERSION=8.*' -tag ghcr.io/octodemo/spring-petclinic/spring-petclinic:latest
|
||||
|
|
Loading…
Reference in a new issue