feat: Add latest tags for backend and frontend images

This commit is contained in:
Peifan Li
2025-12-14 13:21:04 -05:00
parent 4df83c973f
commit 247096afcb
2 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
## v1.5.9 (2025-12-14)
### Feat
- feat: Add discriminated union types for download errors (4df83c9)
### Test
- test: Add mock for storageService.checkVideoDownloadBySourceId (358c04b)
## v1.5.8 (2025-12-13)
### Feat

View File

@@ -5,8 +5,8 @@ DOCKER_PATH="/Applications/Docker.app/Contents/Resources/bin/docker"
USERNAME="franklioxygen"
VERSION=$1
BACKEND_LATEST="$USERNAME/mytube:backend-test"
FRONTEND_LATEST="$USERNAME/mytube:frontend-test"
BACKEND_LATEST="$USERNAME/mytube:backend-latest"
FRONTEND_LATEST="$USERNAME/mytube:frontend-latest"
if [ -n "$VERSION" ]; then
echo "🔖 Version specified: $VERSION"