feat: add /deploy-plugins webhook route + deploy-plugins script
This commit is contained in:
@@ -238,7 +238,7 @@ echo "[6/8] prune old image tags (keep 3)"
|
||||
if [ -n "$OIKOS_VERSION" ]; then
|
||||
images=$(docker compose --profile "$PROFILE" config --images 2>/dev/null || true)
|
||||
if [ -z "$images" ]; then
|
||||
images="oikos-api oikos-scheduler oikos-migrate oikos-seed oikos-nomos"
|
||||
images="oikos-api oikos-scheduler oikos-migrate oikos-seed"
|
||||
fi
|
||||
printf '%s\n' $images | sed 's/:.*//' | grep '^oikos-' | sort -u | while read -r repo; do
|
||||
docker image ls "$repo" --format '{{.Tag}}' 2>/dev/null | grep '^v' | sort -rV | tail -n +4 | while read -r tag; do
|
||||
|
||||
Reference in New Issue
Block a user