Skip to content
Snippets Groups Projects

Resolve "More env variables for Azure deployment"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
variables:
DOCKER_HOST: "tcp://localhost:2375/"
DOCKER_TLS_CERTDIR: /certs
DOCKER_TLS_VERIFY: 0
DOCKER_TLS_VERIFY: 1
TAG: "${TAG:-latest}"
TRIVY_NO_PROGRESS: "true"
TRIVY_CACHE_DIR: ".trivycache/"
Loading