Skip to content

Commit c3c3eb8

Browse files
authored
Update Docker API in main GitHub Action (#2248)
1 parent b4c362c commit c3c3eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- python-version: '3.12'
2525
env:
2626
PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
27+
DOCKER_API_VERSION: "1.44"
2728

2829
services:
2930
postgres:
@@ -42,7 +43,6 @@ jobs:
4243
docker pull elasticsearch:8.17.0 &
4344
docker pull opensearchproject/opensearch:2.18.0 &
4445
docker pull mongo:8.0.4 &
45-
docker pull ghcr.io/cgs-earth/sensorthings-action:0.1.0 &
4646
docker pull postgis/postgis:14-3.2 &
4747
- name: Clear up GitHub runner diskspace
4848
run: |
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
mongodb-version: '8.0.4'
9898
- name: Install and run SensorThingsAPI
99-
uses: cgs-earth/sensorthings-action@v0.1.0
99+
uses: cgs-earth/sensorthings-action@v0.1.2
100100
- name: Install sqlite and gpkg dependencies
101101
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
102102
with:

0 commit comments

Comments
 (0)