ci: explicitly pull postgres image
This commit is contained in:
parent
64f866387c
commit
52f6816cb9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue