2022-04-28 16:35:02 +00:00
|
|
|
builds:
|
|
|
|
- id: nurse
|
|
|
|
binary: nurse
|
|
|
|
flags:
|
|
|
|
- -trimpath
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
- darwin
|
2023-11-29 21:01:37 +00:00
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
2022-04-28 16:35:02 +00:00
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|
|
|
|
|
2023-12-04 15:59:10 +00:00
|
|
|
force_token: gitea
|
2023-12-04 15:59:10 +00:00
|
|
|
release:
|
|
|
|
gitea:
|
|
|
|
owner: prskr
|
2023-12-04 15:59:10 +00:00
|
|
|
name: nurse
|
2023-12-04 15:59:10 +00:00
|
|
|
ids:
|
|
|
|
- nurse
|
|
|
|
mode: replace
|
|
|
|
extra_files:
|
|
|
|
- glob: ./nurse.yaml
|
|
|
|
|
2023-12-04 15:59:10 +00:00
|
|
|
archives:
|
|
|
|
- id: nurse
|
|
|
|
builds:
|
|
|
|
- nurse
|
|
|
|
format: tar.gz
|
|
|
|
|
2022-04-28 16:35:02 +00:00
|
|
|
dockers:
|
|
|
|
- ids:
|
|
|
|
- nurse
|
|
|
|
image_templates:
|
2023-11-29 21:01:37 +00:00
|
|
|
- code.icb4dc0.de/prskr/nurse:latest
|
|
|
|
- code.icb4dc0.de/prskr/nurse:{{ .Tag }}
|
|
|
|
- code.icb4dc0.de/prskr/nurse:{{ .Major }}
|
|
|
|
- code.icb4dc0.de/prskr/nurse:{{ .ShortCommit}}
|
2022-04-28 16:35:02 +00:00
|
|
|
dockerfile: deployments/Dockerfile
|
2023-12-04 15:59:10 +00:00
|
|
|
|
|
|
|
gitea_urls:
|
|
|
|
api: https://code.icb4dc0.de/api/v1
|
|
|
|
download: https://code.icb4dc0.de
|