Skip to content

Commit

Permalink
Revert ".github/workflows/docker.yml: (temporarily?) build proj-docs …
Browse files Browse the repository at this point in the history
…as proj-docs-2404"

This reverts commit 34a9a57.

The ghcr.io/osgeo/proj-docs-2404 has been pushed, but for some reason it
can't be pulled by the GDAL job. So just use the original
ghcr.io/osgeo/proj-docs name
  • Loading branch information
rouault committed Apr 27, 2024
1 parent ad74ee2 commit 6e2b5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container: ["proj","proj-docs-2404"]
container: ["proj","proj-docs"]
dockerfile: ["./Dockerfile", "./docs/docbuild/Dockerfile"]
exclude:
- container: "proj"
dockerfile: "./docs/docbuild/Dockerfile"
- container: "proj-docs-2404"
- container: "proj-docs"
dockerfile: "./Dockerfile"
env:
PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6e2b5b5

Please sign in to comment.