From 3ec42fffaa1cb1c374c20365ece6a71042549e45 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Wed, 14 Jun 2023 20:14:03 +0700 Subject: [PATCH] actions: update mariadb healthcheck --- .github/workflows/docker-build-static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-static.yml b/.github/workflows/docker-build-static.yml index dbd51c7..5315c51 100644 --- a/.github/workflows/docker-build-static.yml +++ b/.github/workflows/docker-build-static.yml @@ -186,7 +186,7 @@ jobs: MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1 options: >- --name mariadb - --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 + --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3 postgresql: image: postgres:latest @@ -281,7 +281,7 @@ jobs: MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1 options: >- --name mariadb - --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 + --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3 mysql: