chore: run on tags, update readme on releases

This commit is contained in:
2024-04-20 14:52:16 +03:00
parent b515013dc9
commit 5e0e10b866

View File

@@ -1,4 +1,4 @@
name: Build
name: Build and release
on:
workflow_dispatch:
@@ -9,6 +9,8 @@ on:
- ".editorconfig"
- "deployment.yaml"
- "renovate.json"
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
@@ -101,6 +103,7 @@ jobs:
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
update_description:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
continue-on-error: true
needs: