mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
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:
committed by
Alexander Neumann
parent
e8a839673f
commit
4576e1bc12
@@ -102,6 +102,7 @@ dockers:
|
||||
- restic/rest-server:{{ .Version }}
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
dockerfile: "Dockerfile.goreleaser"
|
||||
extra_files:
|
||||
- docker/create_user
|
||||
- docker/delete_user
|
||||
|
||||
Reference in New Issue
Block a user