mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
366d8b60ea
commit
9f96068f59
1 changed files with 0 additions and 5 deletions
5
.github/workflows/maven-publish.yml
vendored
5
.github/workflows/maven-publish.yml
vendored
|
@ -45,11 +45,6 @@ jobs:
|
|||
run: |
|
||||
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:$GITHUB_SHA
|
||||
|
||||
- name: env
|
||||
run: |
|
||||
export IMAGE_ID="gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:$GITHUB_SHA"
|
||||
echo "IMAGE_ID=$IMAGE_ID" >> $GITHUB_ENV
|
||||
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue