Skip to content

Commit 90d783b

Browse files
committed
Release version 0.0.0.dev441
1 parent 8d900cc commit 90d783b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespaces = true
1717
# ----------------------------------------- Project Metadata -------------------------------------
1818
#
1919
[project]
20-
version = "0.0.0.dev440"
20+
version = "0.0.0.dev441"
2121
name = "ControlMan"
2222
dependencies = [
2323
"packaging >= 23.2, < 24",

pkg/src/controlman/_data/schema/def/workflow-devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ properties:
2424
summary: A name for the image created from the container.
2525
type: string
2626
default: >-
27-
#{{ return f"{get('name')}-{get('.id').replace('_', '-')}".lower() }}#
27+
#{{ return f"{slugify(get('name'))}-devcontainer-{get('.id').replace('_', '-')}".lower() }}#
2828
ref:
2929
summary: Git reference to trigger image push.
3030
type: string

0 commit comments

Comments
 (0)