Skip to content

Commit

Permalink
updated push script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 13, 2024
1 parent 7d009ee commit 666e5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scripts/push_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -e

lib="$1"
version="$2"
gh_username="$3"
# gh_username="$3"

if [ "$version" == "" ]; then
echo "You must pass a version as second arg."
exit 1
fi

# login to github
./assets/scripts/gh_login.sh "$gh_username"
# ./assets/scripts/gh_login.sh "$gh_username"

# yes | docker system prune

Expand Down

0 comments on commit 666e5fc

Please sign in to comment.