From 056999ab147ae9dfc569291a801fb4cbb1efa7ca Mon Sep 17 00:00:00 2001 From: Markus Witt Date: Mon, 28 Nov 2022 22:36:08 +0100 Subject: [PATCH] ci: add custom docker file to goreleaser config --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7ab7cd2..228a4f4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,4 +15,5 @@ dockers: - "--label=org.opencontainers.image.title={{.ProjectName}}" - "--label=org.opencontainers.image.revision={{.FullCommit}}" - "--label=org.opencontainers.image.version={{.Version}}" - - "--label=org.opencontainers.image.source=https://github.com/feuerrot/gomumblesoundboard.git" \ No newline at end of file + - "--label=org.opencontainers.image.source=https://github.com/feuerrot/gomumblesoundboard.git" + dockerfile: '.goreleaser.Dockerfile'