ci: explicitly pull postgres image
This commit is contained in:
parent
64f866387c
commit
52f6816cb9
|
@ -118,6 +118,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PGSQL_TAG: ${{ matrix.pgsql_tag }}
|
PGSQL_TAG: ${{ matrix.pgsql_tag }}
|
||||||
run: |
|
run: |
|
||||||
|
docker pull postgres:${PGSQL_TAG}
|
||||||
docker compose \
|
docker compose \
|
||||||
-f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \
|
-f .ci/docker-compose-file/docker-compose-emqx-cluster.yaml \
|
||||||
-f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \
|
-f .ci/docker-compose-file/docker-compose-pgsql-tls.yaml \
|
||||||
|
|
Loading…
Reference in New Issue