Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit a6a528a

Browse files
committed
feat: auto deploy for hub.docker and swagger integration
1 parent 871c7c0 commit a6a528a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-image.yml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
softagon/eduprimecore:latest
6161
softagon/eduprimecore:${{ env.version }}
6262
63+
- name: Get commit message
64+
id: get_commit_message
65+
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
66+
6367
- name: Create GitHub Release
6468
if: ${{ success() }}
6569
uses: actions/create-release@v1
@@ -71,5 +75,6 @@ jobs:
7175
body: |
7276
## Changes
7377
- Docker image version ${{ env.version }} released.
78+
- Commit message: ${{ env.COMMIT_MESSAGE }}
7479
draft: false
7580
prerelease: false

0 commit comments

Comments
 (0)