We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12ab42 commit 392337fCopy full SHA for 392337f
packages/service-integration/src/service_integration/osparc_image_specs.py
@@ -28,7 +28,7 @@ def create_image_spec(
28
29
- the image-spec simplifies building an image to ``docker compose build``
30
"""
31
- labels: dict[str, str | float | bool | None] = {**meta_cfg.to_labels_annotations()}
+ labels = meta_cfg.to_labels_annotations()
32
if extra_labels:
33
labels.update(extra_labels)
34
if runtime_cfg:
0 commit comments