mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
6aa8e65825
commit
ab1a6f7efe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
event-type: kubernetes-event
|
||||
client-payload: '{"ref": "${{ github.ref }}", "image_id": "$IMAGE_ID"}'
|
||||
env:
|
||||
IMAGE_ID: gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:$GITHUB_SHA
|
||||
IMAGE_ID: "gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:$GITHUB_SHA"
|
||||
|
||||
# - name: Docker Deploy
|
||||
# run: |
|
||||
|
|
Loading…
Reference in a new issue