ci(user-importer): Update image to 3.4.1

This commit is contained in:
Thorsten Roßner
2025-10-29 10:41:52 +01:00
parent 94394a1e3e
commit 0f10d363bf
2 changed files with 2 additions and 1 deletions

View File

@@ -762,7 +762,7 @@ import-default-accounts:
- if: >
$CI_PIPELINE_SOURCE =~ "web|schedules|trigger|api" && $NAMESPACE =~ /.+/ && $CREATE_DEFAULT_ACCOUNTS == "yes"
when: "on_success"
image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/user-import:3.3.2"
image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/user-import:3.4.1"
script:
- "echo \"Starting default account import for ${DOMAIN}\""
- "cd /app"