Point to most recent earthly + cd to root on build
This commit is contained in:
@@ -8,6 +8,9 @@ VERSION="${DATE}-nightly"
|
||||
|
||||
echo "Building Docker image ${DOCKER_IMAGE}..."
|
||||
|
||||
# Change to the root directory of the repository
|
||||
cd $(git rev-parse --show-toplevel)
|
||||
|
||||
earthly --ci --push +docker --image="ghcr.io/owncast/${DOCKER_IMAGE}" --tag=nightly --version=${VERSION}
|
||||
|
||||
# docker push ghcr.io/owncast/${DOCKER_IMAGE}:nightly
|
||||
|
||||
Reference in New Issue
Block a user