mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 09:37:25 +00:00
Change to lbryfoundation org
This commit is contained in:
parent
a0ff51b84a
commit
5625d54f37
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ builds:
|
|||
ldflags:
|
||||
- -s -w
|
||||
- -buildid=
|
||||
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
||||
- -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
|
||||
targets:
|
||||
- linux_amd64
|
||||
- linux_arm64
|
||||
|
@ -35,7 +35,7 @@ builds:
|
|||
ldflags:
|
||||
- -s -w
|
||||
- -buildid=
|
||||
- -X github.com/lbryio/lbcd/version.appTag={{ .Tag }}
|
||||
- -X github.com/lbryfoundation/lbcd/version.appTag={{ .Tag }}
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
targets:
|
||||
|
@ -60,8 +60,8 @@ dockers:
|
|||
- use: buildx
|
||||
dockerfile: Dockerfile.goreleaser
|
||||
image_templates:
|
||||
- "docker.io/lbry/lbcd:{{ .Tag }}"
|
||||
- "docker.io/lbry/lbcd:latest"
|
||||
- "docker.io/lbryfoundation/lbcd:{{ .Tag }}"
|
||||
- "docker.io/lbryfoundation/lbcd:latest"
|
||||
|
||||
release:
|
||||
draft: true
|
||||
|
|
Loading…
Add table
Reference in a new issue