mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-06 23:13:12 +00:00
* feat: docker image tag setter and getter utility * chore: add new environment variable commit_version_tag (true or false) * feat: handle commit_version_tag in build and bee runner scripts * ci: add ci and introduce the new environment variable set on workflow manual run
6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
BEE_VERSION="0.5.3"
|
|
BLOCKCHAIN_VERSION="1.0.0"
|
|
BEE_ENV_PREFIX="swarm-test"
|
|
BEE_IMAGE_PREFIX="docker.pkg.github.com/ethersphere/bee-factory"
|
|
COMMIT_VERSION_TAG="true"
|