Files
renovate-configs/.gitea/workflows/cd.yaml
Renovate Bot e0e68ef77c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (k8s.json) (pull_request) Successful in 19s
CI / Test (helm.json) (pull_request) Successful in 20s
CI / Test (action.json) (pull_request) Successful in 1m18s
CI / Test (common.json) (pull_request) Successful in 1m19s
CI / Test (docker-compose.json) (pull_request) Successful in 1m17s
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.22
2026-01-08 11:11:27 +00:00

26 lines
712 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@9841c96e72d4fc1ecec620e91e213895341cce86 # 0.1.22
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.3
with:
tag: ${{ steps.tag.outputs.new-tag }}