Skip to content

ci: fix building release docker image

Yaroslav Dynnikov requested to merge rosik/ci-fix-docker into 2.11.0-picodata
  1. Pass docker build --build-arg TARANTOOL_VERSION=... to ensure the resulting image contains the correct version.
  2. Pass it in the tarantool-module CI trigger as a variable.
  3. Fix CI jobs relationships: "docker" stage needs "deploy-packages".
  4. Minor fixes in job names.

See related Gitlab docs:

Close #33 (closed)

Edited by Yaroslav Dynnikov

Merge request reports