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

@@ -25,7 +25,7 @@ Specify the human readable version number in the `version` flag such as `v0.1.0`
Create and push the image to Docker Hub with a list of tags. You'll want to tag the image with both the new version number and `latest`.
**Run**: `earthly --push +docker-all --images="owncast/owncast:0.1.0 owncast/owncast:latest gabekangas/owncast:0.1.0 gabekangas/owncast:latest" --version="webv2"`
**Run**: `earthly --push +docker-all --images="owncast/owncast:0.1.0 owncast/owncast:latest gabekangas/owncast:0.1.0 gabekangas/owncast:latest" --version="v0.1.0"`
Omit `--push` if you don't want to push the image to Docker Hub and want to just build and test the image locally first.