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
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:
parent
e432c5739e
commit
f7cdf7c8e5
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user