We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8346115 commit 81cd0aeCopy full SHA for 81cd0ae
.github/workflows/main.yml
@@ -26,6 +26,16 @@ jobs:
26
PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
27
28
steps:
29
+ - name: Pre-pull Docker Images
30
+ run: |
31
+ docker pull container-registry.oracle.com/database/express:21.3.0-xe &
32
+ docker pull appropriate/curl:latest &
33
+ docker pull elasticsearch:8.17.0 &
34
+ docker pull opensearchproject/opensearch:2.18.0 &
35
+ docker pull mdillon/postgis:latest &
36
+ docker pull mongo:8.0.4 &
37
+ docker pull ghcr.io/cgs-earth/sensorthings-action:0.1.0 &
38
+ docker pull postgis/postgis:14-3.2 &
39
- name: Clear up GitHub runner diskspace
40
run: |
41
echo "Space before"
0 commit comments