From ad1ae862a95a021b99d9dfede82329b9b565bb81 Mon Sep 17 00:00:00 2001 From: Daniel Barton Date: Sun, 30 Jun 2024 02:25:47 +0800 Subject: [PATCH] fix: user-defined labels not being passed to environment (#191) --- server/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/update.go b/server/update.go index c8a57bb..3c1f365 100644 --- a/server/update.go +++ b/server/update.go @@ -28,6 +28,7 @@ func (s *Server) SyncWithEnvironment() { Mounts: s.Mounts(), Allocations: cfg.Allocations, Limits: cfg.Build, + Labels: cfg.Labels, }) // For Docker specific environments we also want to update the configured image