fix: user-defined labels not being passed to environment (#191)

This commit is contained in:
Daniel Barton 2024-06-30 02:25:47 +08:00 committed by GitHub
parent 3114a3b82e
commit ad1ae862a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ func (s *Server) SyncWithEnvironment() {
Mounts: s.Mounts(), Mounts: s.Mounts(),
Allocations: cfg.Allocations, Allocations: cfg.Allocations,
Limits: cfg.Build, Limits: cfg.Build,
Labels: cfg.Labels,
}) })
// For Docker specific environments we also want to update the configured image // For Docker specific environments we also want to update the configured image