Add more gitea compatibility
Some checks failed
main / lint-frontend (push) Successful in 9m44s
main / lint-backend (push) Successful in 12m43s
main / test-frontend (push) Successful in 9m44s
main / test-backend (push) Successful in 10m23s
main / lint (push) Successful in 3s
main / test (push) Successful in 3s
main / release (push) Failing after 11m29s

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

View File

@ -103,6 +103,7 @@ jobs:
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.USER_TOKEN }} GITHUB_TOKEN: ${{ secrets.USER_TOKEN }}
GITEA_TOKEN: ${{ secrets.USER_TOKEN }} # failsafe
- 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