diff --git a/build_container.sh b/build_container.sh index 0706947..876aced 100755 --- a/build_container.sh +++ b/build_container.sh @@ -19,7 +19,7 @@ fi VERSION=$(git rev-parse --abbrev-ref HEAD)-$(git describe) # Build the container. Add the version as a tag and as ENV variable SOURCE_VERSION -docker build -t ghcr.io/$USERNAME/:$VERSION --build-arg SOURCE_VERSION=$VERSION . +docker build -t ghcr.io/$USERNAME/karaoqueue:$VERSION --build-arg SOURCE_VERSION=$VERSION . # Ask the user if they want to push the container. Confirm Version. read -p "Push container to ghcr.io/$USERNAME/karaoqueue:$VERSION? [y/n] " -n 1 -r