diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..8336b15 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker buildx build --no-cache -t gitea.lubiland.de/gamemodeon/autochannel:latest . && docker push gitea.lubiland.de/gamemodeon/autochannel:latest