Explorar o código

ci: explicitly pull postgres image

Ivan Dyachkov %!s(int64=2) %!d(string=hai) anos
pai
achega
52f6816cb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/run_jmeter_tests.yaml

+ 1 - 0
.github/workflows/run_jmeter_tests.yaml

@@ -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 \