Files
renovate-configs/.gitea/workflows/cd.yaml
T
renovate-bot 5f1871bc90
CI / Test (action.json) (pull_request) Successful in 3s
CI / Test (docker-compose.json) (pull_request) Successful in 3s
CI / Test (common.json) (pull_request) Successful in 9s
CI / Test (golang.json) (pull_request) Successful in 4s
CI / Test (k8s.json) (pull_request) Successful in 3s
CI / Test (helm.json) (pull_request) Successful in 10s
CI / Format (pull_request) Successful in 6s
CI / Test (bun-npm.json) (pull_request) Successful in 38s
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.11
2026-07-19 05:09:16 +00:00

26 lines
760 B
YAML

name: CD
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11
with:
tag: ${{ steps.tag.outputs.new-tag }}