Fix docker container setup for goreleaser

The expected approach is that the binary built by goreleaser is added to
the docker container.
This commit is contained in:
Michael Eischer
2023-04-25 19:33:10 +02:00
committed by Alexander Neumann
parent e8a839673f
commit 4576e1bc12
2 changed files with 17 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ dockers:
- restic/rest-server:{{ .Version }}
build_flag_templates:
- "--pull"
dockerfile: "Dockerfile.goreleaser"
extra_files:
- docker/create_user
- docker/delete_user