ci: uses alpine images

main
Washington Botelho 2022-05-18 10:48:42 -03:00
parent 5034567189
commit ed227c71da
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
MYSQL_DATABASE: rating_test
MYSQL_ALLOW_EMPTY_PASSWORD: yes
image: mysql:8
image: mysql:alpine
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
ports:
@ -40,7 +40,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
image: postgres
image: postgres:alpine
options: >-
--health-cmd pg_isready