Skip to content

Commit

Permalink
fix: typo in sample toml filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavxd committed Feb 23, 2025
1 parent edd6292 commit 4e729b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dockers:
- --label=org.opencontainers.image.licenses=AGPL-3.0
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config.sample.toml

- use: buildx
goos: linux
Expand All @@ -112,7 +112,7 @@ dockers:
- --label=org.opencontainers.image.licenses=AGPL-3.0
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config.sample.toml

- use: buildx
goos: linux
Expand All @@ -137,7 +137,7 @@ dockers:
- --label=org.opencontainers.image.licenses=AGPL-3.0
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config.sample.toml

- use: buildx
goos: linux
Expand All @@ -162,7 +162,7 @@ dockers:
- --label=org.opencontainers.image.licenses=AGPL-3.0
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- config.sample.toml

docker_manifests:
- name_template: "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest"
Expand Down

0 comments on commit 4e729b9

Please sign in to comment.