Skip to content

Commit

Permalink
update push script for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 30, 2024
1 parent 48edea4 commit 33b7074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scripts/push_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ if [ "$version" == "" ]; then
fi

# login to github
if [ "$gh_username" != "" ]; then
./assets/scripts/gh_login.sh "$gh_username"
fi
# if [ "$gh_username" != "" ]; then
# ./assets/scripts/gh_login.sh "$gh_username"
# fi

# yes | docker system prune

Expand Down

0 comments on commit 33b7074

Please sign in to comment.