diff options
author | vitalyster | 2023-06-10 07:10:42 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-10 07:17:35 +0300 |
commit | bc0b2b41fa4649989740f0ddf5b97c8f5946d0d7 (patch) | |
tree | c77d057d236c8044c878da75ef0e25438e4df85f | |
parent | 2d88c63f92c6f9ce6529bd0c20a818782cd2dffe (diff) |
CI: pin MariaDB image version
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c73dbc..6d0dcc30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: POSTGRES_PASSWORD: secret options: --health-cmd="pg_isready -U juick" --health-interval=10s --health-retries=3 --health-timeout=5s --health-start-period=15s mysql: - image: mariadb + image: mariadb:10.11 ports: - 3306:3306 env: |