From ab0aec09b7bcf9b6a44e8ab4faff4e7bdeb5b3ba Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Fri, 24 Mar 2023 01:06:15 +0900 Subject: [PATCH] =?UTF-8?q?migrations=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 63c9fe8..b5d1303 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,6 +20,8 @@ dockers: goarch: amd64 build_flag_templates: - --platform=linux/amd64 + extra_files: + - db/migrations - image_templates: - ghcr.io/kounoike/dtv-discord-go:latest-arm64 - ghcr.io/kounoike/dtv-discord-go:{{ .Version }}-arm64 @@ -30,6 +32,8 @@ dockers: goarch: arm64 build_flag_templates: - --platform=linux/arm64 + extra_files: + - db/migrations docker_manifests: - name_template: ghcr.io/kounoike/dtv-discord-go:latest