Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 4, 2024
1 parent 6230015 commit 1df9ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit 1df9ab5

Please sign in to comment.