diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75478b197b6d5ef6db642fdb72358815f6411617..e507ad6f8ca8d875598f348ced606c9bbc2d76a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [6.6.1] - 2025-02-25
+
+### Fixed 
+
+- Disable OpenAPI generator jobs in child pipelines of multi stage docker builds
+
 ## [6.6.0] - 2025-02-17
 
 ### Added 
diff --git a/fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml b/fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml
index fbef2d8e9f68c0497abcd54b1492830f3df7c630..813afc45972c2c372ab0e136e497c0f0492e4d4c 100644
--- a/fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml
+++ b/fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml
@@ -34,6 +34,7 @@ multiple-docker-images:
     CODE_QUALITY_DISABLED: "1"
     SECRET_DETECTION_DISABLED: "1"
     RELEASE_IT_DISABLED: "1"
+    OPENAPI_GENERATOR_DISABLED: "1"
   parallel:
     matrix:
       - DOCKER_BUILD_TARGET: $[[ inputs.docker_build_targets ]]