Fix build_args for release builds (fixes #5718) (#5719)

* Fix build_args for release builds (fixes #5718)

* fix syntax
This commit is contained in:
Nutomic 2025-05-30 14:11:35 +00:00 committed by GitHub
parent 6bcbfb0a51
commit 0de0ca2f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ steps:
from_secret: docker_password
platforms: linux/amd64, linux/arm64
build_args:
- RUST_RELEASE_MODE=release
RUST_RELEASE_MODE: release
tag: ${CI_COMMIT_TAG}
when:
- event: tag
@ -315,7 +315,7 @@ steps:
from_secret: docker_password
platforms: linux/amd64,linux/arm64
build_args:
- RUST_RELEASE_MODE=release
RUST_RELEASE_MODE: release
tag: dev
when:
- event: cron