Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-12 19:37:36 +02:00 committed by GitHub
parent 6aa8e65825
commit ab1a6f7efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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