Add more gitea compatibility
Some checks failed
main / test-backend (push) Successful in 6m26s
main / lint-frontend (push) Successful in 7m17s
main / test-frontend (push) Successful in 7m25s
main / test (push) Successful in 12s
main / lint-backend (push) Successful in 8m35s
main / lint (push) Successful in 4s
main / release (push) Has been cancelled

This was a bad idea
This commit is contained in:
Midou 2025-05-14 12:57:45 +01:00
parent e432c5739e
commit bfaae0023e
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
2 changed files with 18 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
version: latest version: latest
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.USER_TOKEN }} GITEA_TOKEN: ${{ secrets.USER_TOKEN }}
- name: Upload artefacts - name: Upload artefacts
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:

View File

@ -154,3 +154,20 @@ docker_manifests:
image_templates: image_templates:
- git.linuxcrack.zip/midou/filebrowser:v{{ .Major }}-amd64-s6 - git.linuxcrack.zip/midou/filebrowser:v{{ .Major }}-amd64-s6
- git.linuxcrack.zip/midou/filebrowser:v{{ .Major }}-arm64-s6 - git.linuxcrack.zip/midou/filebrowser:v{{ .Major }}-arm64-s6
release:
gitea:
owner: midou
name: filebrowser
draft: false
prerelease: auto
replace_existing_draft: true
replace_existing_artifacts: true
mode: append
name_template: "{{ .ProjectName }} {{ .Tag }}"
include_meta: true
gitea_urls:
api: https://git.linuxcrack.zip/api/v1
download: https://git.linuxcrack.zip
skip_tls_verify: false