Skip to content

Commit 89f4a7e

Browse files
committed
add service in inv
1 parent 118a036 commit 89f4a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def update_docker_compose(context: Context, docker_file: str | None = "docker-co
163163
docker_yaml: dict = yaml.load(docker_path)
164164

165165
# Define services to update
166-
services_to_update = ["infrahub-server", "task-worker"]
166+
services_to_update = ["infrahub-server", "task-worker", "task-manager"]
167167
updates_made = False
168168

169169
# Iterate over the services and update their image versions

0 commit comments

Comments
 (0)