Skip to content

docs: update documentation #4

docs: update documentation

docs: update documentation #4

Workflow file for this run

name: Build Release
on:
push:
tags:
- '**'
jobs:
docker:
uses: onecx/ci-common/.github/workflows/docker-release.yml@v1
secrets: inherit
with:
tags: '{{ .Version }},v{{ .Major }},v{{ .Major }}.{{ .Minor }}'
changelog:
uses: onecx/ci-common/.github/workflows/generate-changelog.yml@v1
needs: docker
secrets: inherit