Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-13 07:51:47 +02:00 committed by GitHub
parent c9aff4c00c
commit 44404ec886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,9 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: YevheniiPokhvalii/spring-petclinic-gitops-test
event-type: kubernetes-event
client-payload: '{"ref": "${{ github.ref }}", "image_id": "$IMAGE_ID"}'
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
run: |
echo ${{ github.event.client_payload.sha }}
# - name: Docker Deploy
# run: |