Add versions and label
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-16 09:48:49 +01:00
parent e54a564923
commit c4dde79275
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 4 additions and 1 deletions

2
abra.sh Normal file
View File

@ -0,0 +1,2 @@
export ABRA_TYPE_APP_VERSION=1.6.3
export ABRA_TYPE_APP_DIGEST=9a5fc065

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
drone-docker-runner:
image: "drone/drone-runner-docker:1.6"
image: "drone/drone-runner-docker:1.6.3"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
configs:
@ -35,6 +35,7 @@ services:
- "traefik.http.routers.drone-docker-runner.entrypoints=web-secure"
- "traefik.http.services.drone-docker-runner.loadbalancer.server.port=3000"
- "traefik.http.routers.drone-docker-runner.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}"
networks:
proxy: