mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
update gke ci yaml
This commit is contained in:
parent
803005ee13
commit
52f699face
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-petclinic-gke.yaml
vendored
2
.github/workflows/ci-petclinic-gke.yaml
vendored
|
|
@ -15,7 +15,7 @@ env:
|
|||
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}
|
||||
GAR_LOCATION: ${{ vars.GAR_LOCATION || 'asia-northeast3' }}
|
||||
GAR_REPOSITORY: ${{ vars.GAR_REPOSITORY || 'petclinic' }}
|
||||
IMAGE_NAME: petclinic
|
||||
IMAGE_NAME: ${{ vars.IMAGE_NAME || 'petclinic' }}
|
||||
YAML_PATH: k8s/gcp/20-petclinic-Deployments-postgre.yaml
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue