diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4091bf4..7f390019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - docker pull osgeo/gdal:ubuntu-small-latest ; + docker pull ghcr.io/osgeo/gdal:ubuntu-small-latest ; 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" - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1