From 8c18f82182298f0068314b1f151dda50f82fe899 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Mon, 5 Feb 2024 09:39:16 +0100 Subject: [PATCH] Update ci.yml Fixing docker image repo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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