auto release
All checks were successful
/ build (push) Successful in 1m45s

This commit is contained in:
2024-08-22 17:58:29 +02:00
parent dced346102
commit 94f980d399

View File

@ -2,13 +2,10 @@ on:
push:
branches:
- main
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !startsWith(gitea.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v4
with:
@ -25,8 +22,4 @@ jobs:
- uses: https://gitea.okami101.io/okami101/actions/docker@main
with:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
deploy:
uses: https://gitea.okami101.io/okami101/actions/.gitea/workflows/release.yaml@main
secrets:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
release: true