refactor: change base url to codeberg.org

This commit is contained in:
Felipe M 2025-02-21 08:14:39 +01:00
parent 361175d6af
commit a15223a5c2
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
6 changed files with 16 additions and 18 deletions

View file

@ -1,8 +1,8 @@
version: 2
gitea_urls:
api: https://git.nakama.town/api/v1
download: https://git.nakama.town
api: https://codeberg.org/api/v1
download: https://codeberg.org
before:
hooks:
@ -51,7 +51,7 @@ archives:
dockers:
- image_templates:
- &amd64_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-amd64"
- &amd64_image "codeberg.org/fmartingr/smtp2shoutrrr:{{ .Version }}-amd64"
use: buildx
dockerfile: &dockerfile Containerfile
goos: linux
@ -60,7 +60,7 @@ dockers:
- "--pull"
- "--platform=linux/amd64"
- image_templates:
- &arm64_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-arm64"
- &arm64_image "codeberg.org/fmartingr/smtp2shoutrrr:{{ .Version }}-arm64"
use: buildx
dockerfile: *dockerfile
goos: linux
@ -69,7 +69,7 @@ dockers:
- "--pull"
- "--platform=linux/arm64"
- image_templates:
- &armv7_image "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7"
- &armv7_image "codeberg.org/fmartingr/smtp2shoutrrr:{{ .Version }}-armv7"
use: buildx
dockerfile: *dockerfile
goos: linux
@ -80,12 +80,12 @@ dockers:
- "--platform=linux/arm/v7"
docker_manifests:
- name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:{{ .Version }}"
- name_template: "codeberg.org/fmartingr/smtp2shoutrrr:{{ .Version }}"
image_templates:
- *amd64_image
- *arm64_image
- *armv7_image
# - name_template: "git.nakama.town/fmartingr/smtp2shoutrrr:latest"
# - name_template: "codeberg.org/fmartingr/smtp2shoutrrr:latest"
# image_templates:
# - *amd64_image
# - *arm64_image
@ -94,7 +94,7 @@ docker_manifests:
nfpms:
- maintainer: Felipe Martin <me@fmartingr.com>
description: SMTP server to forward messages to shoutrrr endpoints
homepage: https://git.nakama.town/fmartingr/smtp2shoutrrr
homepage: https://codeberg.org/fmartingr/smtp2shoutrrr
license: AGPL-3.0
formats:
- deb