diff --git a/.drone.yml b/.drone.yml index 146ceda..2227662 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: from_secret: gitea_docker_password tags: - latest - - "1.0.{DRONE_BUILD_NUMBER}" + - "1.0.${DRONE_BUILD_NUMBER}" when: branch: - main