mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
feat: enable
This commit is contained in:
parent
8316738bd6
commit
c188b73a3e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
|||
echo ${{ needs.build_and_publish.outputs.next_version }}
|
||||
echo
|
||||
echo
|
||||
echo -e ${{ needs.build_and_publish.outputs.changelog }}
|
||||
echo -e "${{ needs.build_and_publish.outputs.changelog }}"
|
||||
|
||||
#- name: Login to GitHub Container Registry
|
||||
# uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
|
@ -198,6 +198,6 @@ jobs:
|
|||
message: |
|
||||
${{ needs.build_and_publish.outputs.next_version }}
|
||||
|
||||
tbd blah
|
||||
${{ needs.build_and_publish.outputs.changelog }}
|
||||
#TODO: force_push_tag is true for debug purpose only
|
||||
force_push_tag: true
|
||||
|
|
Loading…
Reference in a new issue