diff --git a/build-images.sh b/build-images.sh index eeefde7..a88303d 100644 --- a/build-images.sh +++ b/build-images.sh @@ -11,7 +11,7 @@ set -e # Prepare variables for later use images=() # The image will be pushed to GitHub container registry -repobase="${REPOBASE:-ghcr.io/nethserver}" +repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="ntfy" NTFY_TAG="2.8.0" @@ -74,4 +74,4 @@ else printf "Publish the images with:\n\n" for image in "${images[@],,}"; do printf " buildah push %s docker://%s:%s\n" "${image}" "${image}" "${IMAGETAG:-latest}" ; done printf "\n" -fi +fi \ No newline at end of file