Files
renovate-configs/.gitea/workflows/cd.yaml
Renovate Bot 8160786a77
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (action.json) (pull_request) Successful in 21s
CI / Test (docker-compose.json) (pull_request) Successful in 23s
CI / Test (k8s.json) (pull_request) Successful in 22s
CI / Test (common.json) (pull_request) Successful in 49s
CI / Test (helm.json) (pull_request) Successful in 48s
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.24
2026-02-07 17:16:31 +00:00

26 lines
755 B
YAML

name: CD
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@4c32e563bea346792d854585112bf6f06b312ce2 # 0.1.24
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@8a04fa92474f770e525b1e6dd420b471da15c222 # 0.1.0
with:
tag: ${{ steps.tag.outputs.new-tag }}