Skip to content

Commit

Permalink
CI: Use ghcr.io/osgeo/proj docker image (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 4, 2023
1 parent 5fd1c96 commit f376625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: linting
runs-on: ubuntu-latest
name: Docker | python=${{ matrix.python-version }} | PROJ=${{ matrix.proj-version }}
container: osgeo/proj:${{ matrix.proj-version }}
container: ghcr.io/osgeo/proj:${{ matrix.proj-version }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f376625

Please sign in to comment.