From 3728e282e3e1551adb3d455c9c0c699646711ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 4 Oct 2023 00:17:52 +0000 Subject: [PATCH] Fix container build script --- build_container.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_container.sh b/build_container.sh index 9f92e74..0706947 100755 --- a/build_container.sh +++ b/build_container.sh @@ -15,12 +15,6 @@ if ! git diff-index --quiet HEAD --; then exit 1 fi -# Check if the user is logged into ghcr.io -if ! docker info | grep -q "Username: $USERNAME"; then - echo "You are not logged into ghcr.io. Please run 'docker login ghcr.io' and try again." - exit 1 -fi - # Get the appropriate version of the container using git VERSION=$(git rev-parse --abbrev-ref HEAD)-$(git describe)