add github release

This commit is contained in:
Filip Van Ham 2024-01-27 21:49:26 +01:00
parent 3e5c7f382d
commit bc7b1033c6
2 changed files with 17 additions and 1 deletions

@ -41,3 +41,19 @@ jobs:
push: true
tags: registry.hub.docker.com/${{ secrets.REGISTRY_USERNAME }}/${{ github.event.repository.name }}:${{ env.VERSION }}
platforms: linux/amd64,linux/arm64
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: |
Changes in this Release:
- Docker image for version ${{ env.VERSION }} available at:
`registry.hub.docker.com/${{ secrets.REGISTRY_USERNAME }}/${{ github.event.repository.name }}:${{ env.VERSION }}`
draft: false
prerelease: false

@ -1 +1 @@
1.2.0
1.2.1