https://gitlab.com/tezos/tezos
Raw File
Tip revision: d555d3b5bbefe669879442036dcdbff30902490c authored by Julien Tesson on 16 February 2024, 16:17:12 UTC
WIP tests
Tip revision: d555d3b
docker.env
# Docker environment variables: image base name and tag
# Defaults for local runs and tests
# Will be overwritten by the CI with script docker_registry_auth.sh
export DOCKER_IMAGE_NAME='tezos-'
export DOCKER_IMAGE_TAG='latest'
back to top