Fix environment variable syntax in drone file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-25 17:38:46 -05:00
parent 1ac954654b
commit 4ada57ca85
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -13,7 +13,7 @@ steps:
from_secret: gitea_docker_password from_secret: gitea_docker_password
tags: tags:
- latest - latest
- "1.0.{DRONE_BUILD_NUMBER}" - "1.0.${DRONE_BUILD_NUMBER}"
when: when:
branch: branch:
- main - main