Use `-` as separator
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-03-02 12:24:18 +01:00
parent c145440355
commit 2b70678d0f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ services:
- "traefik.tcp.routers.${STACK_NAME}-ssh.rule=HostSNI(`*`)"
- "traefik.tcp.routers.${STACK_NAME}-ssh.entrypoints=gitea-ssh"
- "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}"
- "coop-cloud.${STACK_NAME}.version=${ABRA_TYPE_VERSION}.${ABRA_TYPE_DIGEST}"
- "coop-cloud.${STACK_NAME}.version=${ABRA_TYPE_VERSION}-${ABRA_TYPE_DIGEST}"
db:
image: "mariadb:10.5"