add version in status command

This commit is contained in:
2023-10-12 12:19:35 +02:00
parent e3f643e805
commit b1a9e5fa46
2 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,10 @@ steps:
from_secret: docker_pw
repo: mollre/journal-bot
tags: 1.0.${DRONE_BUILD_NUMBER}
tags:
- 1.0.${DRONE_BUILD_NUMBER}
- latest
build_args: "BOT_VERSION=1.0.${DRONE_BUILD_NUMBER}"
trigger: