Skip to content

Commit

Permalink
fix(goreleaser): add db migrations files to extra_files (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored Sep 14, 2023
1 parent 8095140 commit 1ec21d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dockers:
goarch: amd64
extra_files:
- web/build
- db
- image_templates:
- 'ghcr.io/shini4i/{{.ProjectName}}:{{ .Tag }}-arm64'
use: buildx
Expand All @@ -45,6 +46,7 @@ dockers:
goarch: arm64
extra_files:
- web/build
- db

docker_manifests:
- name_template: 'ghcr.io/shini4i/{{.ProjectName}}:{{ .Tag }}'
Expand Down

0 comments on commit 1ec21d1

Please sign in to comment.