Display Docker image version in sidebar (#304)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user