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 a5d6a4a commit 8c18f82Copy full SHA for 8c18f82
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- run: |
15
- docker pull osgeo/gdal:ubuntu-small-latest ;
+ docker pull ghcr.io/osgeo/gdal:ubuntu-small-latest ;
16
docker run -i --rm -v `pwd`/test/data:/data osgeo/gdal:ubuntu-small-latest bash -c "apt-get update && apt-get -y install imagemagick libtiff-tools wget && cd /data && ./setup_data.sh"
17
- name: Use Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@v1
0 commit comments