Skip to content

Commit e045980

Browse files
committed
ci(goreleaser): include docker sample config
1 parent 2cd95a0 commit e045980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dockers:
4343
goarch: amd64
4444
use: buildx
4545
extra_files:
46-
- config.sample.yaml
46+
- config.docker.yaml
4747
build_flag_templates:
4848
- "--pull"
4949
- "--label=org.opencontainers.image.title={{.ProjectName}}"
@@ -62,7 +62,7 @@ dockers:
6262
goarch: arm64
6363
use: buildx
6464
extra_files:
65-
- config.sample.yaml
65+
- config.docker.yaml
6666
build_flag_templates:
6767
- "--pull"
6868
- "--label=org.opencontainers.image.title={{.ProjectName}}"

0 commit comments

Comments
 (0)