mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(api): ignore Docker login errors during stack deployment (#1635)
This commit is contained in:
parent
1c67db0c70
commit
1de0619fd5
3 changed files with 6 additions and 18 deletions
|
@ -380,7 +380,7 @@ type (
|
|||
|
||||
// StackManager represents a service to manage stacks.
|
||||
StackManager interface {
|
||||
Login(dockerhub *DockerHub, registries []Registry, endpoint *Endpoint) error
|
||||
Login(dockerhub *DockerHub, registries []Registry, endpoint *Endpoint)
|
||||
Logout(endpoint *Endpoint) error
|
||||
Deploy(stack *Stack, prune bool, endpoint *Endpoint) error
|
||||
Remove(stack *Stack, endpoint *Endpoint) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue