Skip to content

Commit eb6bc83

Browse files
committed
added postgres-vector container to Stop DBs
1 parent 19f1aad commit eb6bc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ jobs:
285285
case "$db" in
286286
postgres) compose_files+=("-f" "compose/postgres.yml") ;;
287287
postgres-postgis) compose_files+=("-f" "compose/postgres-postgis.yml") ;;
288+
postgres-vector) compose_files+=("-f" "compose/postgres-vector.yml") ;;
288289
mysql) compose_files+=("-f" "compose/mysql.yml") ;;
289290
singlestore) compose_files+=("-f" "compose/singlestore.yml") ;;
290291
singlestore-many) compose_files+=("-f" "compose/singlestore-many.yml") ;;

0 commit comments

Comments
 (0)