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 b4c362c commit c3c3eb8Copy full SHA for c3c3eb8
1 file changed
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
- python-version: '3.12'
25
env:
26
PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
27
+ DOCKER_API_VERSION: "1.44"
28
29
services:
30
postgres:
@@ -42,7 +43,6 @@ jobs:
42
43
docker pull elasticsearch:8.17.0 &
44
docker pull opensearchproject/opensearch:2.18.0 &
45
docker pull mongo:8.0.4 &
- docker pull ghcr.io/cgs-earth/sensorthings-action:0.1.0 &
46
docker pull postgis/postgis:14-3.2 &
47
- name: Clear up GitHub runner diskspace
48
run: |
@@ -96,7 +96,7 @@ jobs:
96
with:
97
mongodb-version: '8.0.4'
98
- name: Install and run SensorThingsAPI
99
- uses: cgs-earth/sensorthings-action@v0.1.0
+ uses: cgs-earth/sensorthings-action@v0.1.2
100
- name: Install sqlite and gpkg dependencies
101
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
102
0 commit comments