Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fixing docker image repo
  • Loading branch information
constantinius authored Feb 5, 2024
1 parent a5d6a4a commit 8c18f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c18f82

Please sign in to comment.