https://gitlab.com/tezos/tezos
Raw File
Tip revision: 02e7f855cb4dcc54e2f1e1de41e8720cd1a9ed7f authored by pecornilleau on 04 April 2024, 16:11:12 UTC
EVM/Bench: add audit benchs
Tip revision: 02e7f85
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