Skip to content

Commit

Permalink
Fix user specified container labels (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi authored Jun 1, 2024
1 parent 90f331d commit 05ec511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion server/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package installer

import (
"context"

"emperror.dev/errors"
"github.com/asaskevich/govalidator"

Expand Down
1 change: 1 addition & 0 deletions server/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05ec511

Please sign in to comment.