Fix failed build for v2.4.0 version (#1244)

* Fix failed build for `v2.4.0` version

* fix the typo

---------

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2025-07-10 10:26:46 +03:00
committed by GitHub
parent 6aca4fe2f9
commit 882c6abc84

View File

@@ -126,7 +126,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
target: release
#target: release # Uncomment before releasing the new version, as the 2.4.0 doesn't have this target.
sbom: true
provenance: mode=max
platforms: ${{ env.PLATFORMS }}