From 069c5da9a8de26d4b1233f3c42cfd0a84e0f7f78 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Mon, 5 Feb 2024 09:41:33 +0100 Subject: [PATCH] Update ci.yml Fixing another broken image repo reference --- .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 7f390019..c57ac2ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - run: | 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" + docker run -i --rm -v `pwd`/test/data:/data ghcr.io/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 with: