Skip to content

Commit

Permalink
.github/workflows/docker.yml: (temporarily?) build proj-docs as proj-…
Browse files Browse the repository at this point in the history
…docs-2404
  • Loading branch information
rouault committed Apr 26, 2024
1 parent 3635a00 commit 34a9a57
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"]
container: ["proj","proj-docs-2404"]
dockerfile: ["./Dockerfile", "./docs/docbuild/Dockerfile"]
exclude:
- container: "proj"
dockerfile: "./docs/docbuild/Dockerfile"
- container: "proj-docs"
- container: "proj-docs-2404"
dockerfile: "./Dockerfile"
env:
PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 34a9a57

Please sign in to comment.