Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Get last tag
run: echo "TAG_LAST=$(git describe --tags --abbrev=0" >> $GITHUB_ENV

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v5
with:
fromTag: "@~2" # last commit
toTag: "@" # this commit
mode: "PR"
fromTag: "${{ env.TAG_LAST }}"
toTag: "${{ github.ref }}"
mode: "HYBRID"
outputFile: "CHANGELOG.md"

- name: Print CHANGELOG.md
Expand Down Expand Up @@ -118,8 +121,5 @@ jobs:
sleep 30s

echo Deploy list
docker ps

- uses: actions/upload-artifact@v4

docker ps