mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-03 11:43:51 +00:00
* Fix build_args for release builds (fixes #5718) * fix syntax
This commit is contained in:
parent
6bcbfb0a51
commit
0de0ca2f07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue