Update build script to use the new parameters.

This commit is contained in:
Gabe Kangas
2023-01-22 11:10:18 -08:00
committed by GitHub
parent 99e90073e5
commit 708ace214b

View File

@@ -12,4 +12,4 @@ echo "Building Docker image ${DOCKER_IMAGE}..."
cd $(git rev-parse --show-toplevel)
git checkout webv2
earthly --ci --push +docker-all --image="ghcr.io/owncast/${DOCKER_IMAGE}" --tag=${TAG} --version="${VERSION}"
earthly --ci --push +docker-all --images="ghcr.io/owncast/${DOCKER_IMAGE}:${TAG}" --version="${VERSION}"