Compare commits

...

2 Commits

Author SHA1 Message Date
c310333396 auto release
All checks were successful
/ build (push) Successful in 35s
2024-08-22 18:27:18 +02:00
94f980d399 auto release
All checks were successful
/ build (push) Successful in 1m45s
2024-08-22 17:58:29 +02:00

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,5 @@ 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 }}
gitea-token: ${{ secrets.RELEASE_TOKEN }}
release: true