ci: explicitly pull postgres image

This commit is contained in:
Ivan Dyachkov 2023-10-05 15:55:04 +02:00
parent 64f866387c
commit 52f6816cb9
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ jobs:
env:
PGSQL_TAG: ${{ matrix.pgsql_tag }}
run: |
docker pull postgres:${PGSQL_TAG}
docker compose \
-f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \
-f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \