Consolidated all post-fork updates including dependency bumps and workflow changes

This commit is contained in:
dependabot[bot] 2023-10-04 12:17:38 +02:00 committed by Nick Fedor
parent 2abaa47fd3
commit 6b62d53797
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB
100 changed files with 1503 additions and 1264 deletions

View file

@ -63,7 +63,7 @@ if [ -z "$WATCHTOWER_TAG" ]; then
#export CLICOLOR=1
go run . --run-once $WatchArgs
else
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower:"$WATCHTOWER_TAG" --run-once $WatchArgs
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower:"$WATCHTOWER_TAG" --run-once $WatchArgs
fi
echo -e "\nSession results:"
@ -100,4 +100,4 @@ else
echo -e "(\e[92mRestarted\e[0m)"
fi
echo ""
echo ""