mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-17 23:50:13 +01:00
Consolidated all post-fork updates including dependency bumps and workflow changes
This commit is contained in:
parent
2abaa47fd3
commit
6b62d53797
100 changed files with 1503 additions and 1264 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue