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
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:
parent
e432c5739e
commit
bfaae0023e
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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:
|
||||||
|
|||||||
@ -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