Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-16 07:56:02 +02:00 committed by GitHub
parent 366d8b60ea
commit 9f96068f59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: