Change to lbryfoundation org

This commit is contained in:
Ralph 2024-01-04 11:34:08 -05:00 committed by GitHub
parent a0ff51b84a
commit 5625d54f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ builds:
ldflags: ldflags:
- -s -w - -s -w
- -buildid= - -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }} - -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
targets: targets:
- linux_amd64 - linux_amd64
- linux_arm64 - linux_arm64
@ -35,7 +35,7 @@ builds:
ldflags: ldflags:
- -s -w - -s -w
- -buildid= - -buildid=
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }} - -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
targets: targets:
@ -60,8 +60,8 @@ dockers:
- use: buildx - use: buildx
dockerfile: Dockerfile.goreleaser dockerfile: Dockerfile.goreleaser
image_templates: image_templates:
- "docker.io/lbry/lbcd:{{ .Tag }}" - "docker.io/lbryfoundation/lbcd:{{ .Tag }}"
- "docker.io/lbry/lbcd:latest" - "docker.io/lbryfoundation/lbcd:latest"
release: release:
draft: true draft: true