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

Commit

Permalink
feat: auto deploy for hub.docker and swagger integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hermesalvesbr committed May 24, 2024
1 parent 871c7c0 commit a6a528a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
softagon/eduprimecore:latest
softagon/eduprimecore:${{ env.version }}
- name: Get commit message
id: get_commit_message
run: echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)" >> $GITHUB_ENV

- name: Create GitHub Release
if: ${{ success() }}
uses: actions/create-release@v1
Expand All @@ -71,5 +75,6 @@ jobs:
body: |
## Changes
- Docker image version ${{ env.version }} released.
- Commit message: ${{ env.COMMIT_MESSAGE }}
draft: false
prerelease: false

0 comments on commit a6a528a

Please sign in to comment.