Skip to content

Commit

Permalink
CI: Use ghcr.io for osgeo/gdal docker images (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Apr 3, 2023
1 parent 5783693 commit 1083439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: linting
runs-on: ubuntu-latest
name: Docker | GDAL=${{ matrix.gdal-version }} | python=${{ matrix.python-version }} | rasterio${{ matrix.rasterio-version }} | scipy ${{ matrix.run-with-scipy }}
container: osgeo/gdal:ubuntu-full-${{ matrix.gdal-version }}
container: ghcr.io/osgeo/gdal:ubuntu-full-${{ matrix.gdal-version }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GDAL=ubuntu-full-3.6.1
FROM osgeo/gdal:${GDAL}
FROM ghcr.io/osgeo/gdal:${GDAL}
ARG PYTHON_VERSION="3.9"
ENV LANG="C.UTF-8"
ENV LC_ALL="C.UTF-8"
Expand Down

0 comments on commit 1083439

Please sign in to comment.