Remove references to webv2 branch in docs and builds

This commit is contained in:
Gabe Kangas
2023-01-27 16:18:02 -08:00
parent 50443c1cb7
commit 3dda431079
12 changed files with 30 additions and 117 deletions

View File

@@ -9,7 +9,7 @@ set -e
# $EARTHLY_BUILD_TAG: tag for container image
EARTHLY_IMAGE_NAME="owncast"
BUILD_TAG=${EARTHLY_BUILD_TAG:-webv2}
BUILD_TAG=${EARTHLY_BUILD_TAG:-develop}
DATE=$(date +"%Y%m%d")
VERSION="${DATE}-${BUILD_TAG}"