Display Docker image version in sidebar (#304)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
KM Koushik
2025-12-07 22:18:56 +11:00
committed by GitHub
parent 641d5f36d2
commit 3e3f6d521a
5 changed files with 46 additions and 0 deletions
+2
View File
@@ -65,6 +65,8 @@ jobs:
docker build \
-f "$DOCKER_FILE" \
--progress=plain \
--build-arg APP_VERSION="$APP_VERSION" \
--build-arg GIT_SHA="$GIT_SHA" \
-t "usesend/$APP-$BUILD_PLATFORM:latest" \
-t "usesend/$APP-$BUILD_PLATFORM:$GIT_SHA" \
-t "usesend/$APP-$BUILD_PLATFORM:$APP_VERSION" \