Merge branch 'pr-26' into dev

This commit is contained in:
Kamil
2024-12-04 22:24:42 +00:00

View File

@@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository }}:${{ env.VERSION }} ghcr.io/${{ github.repository }}:${{ env.VERSION }}
@@ -72,8 +73,5 @@ jobs:
name: Release ${{ env.VERSION }} name: Release ${{ env.VERSION }}
body: | body: |
${{ env.CHANGELOG_CONTENT }} ${{ env.CHANGELOG_CONTENT }}
## Auto-Generated Release Notes
${{ env.AUTO_RELEASE_NOTES }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}