diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb4531f..1f40a4c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: