Skip to content

Commit 8c18f82

Browse files
Update ci.yml
Fixing docker image repo
1 parent a5d6a4a commit 8c18f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- run: |
15-
docker pull osgeo/gdal:ubuntu-small-latest ;
15+
docker pull ghcr.io/osgeo/gdal:ubuntu-small-latest ;
1616
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"
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)