mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:15:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
aad222e322
commit
8d624e7e8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
repository: YevheniiPokhvalii/spring-petclinic-gitops-test
|
repository: YevheniiPokhvalii/spring-petclinic-gitops-test
|
||||||
event-type: kubernetes-event
|
event-type: kubernetes-event
|
||||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "$GITHUB_SHA"}'
|
||||||
|
|
||||||
# - name: Docker Deploy
|
# - name: Docker Deploy
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue