Skip to content

Commit

Permalink
docker.yml: fix inverted elements
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 27, 2024
1 parent ff0833a commit 7ab4e5f
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 @@ -29,9 +29,9 @@ jobs:
dockerfile: ["./Dockerfile", "./docs/docbuild/Dockerfile"]
exclude:
- container: "proj"
dockerfile: "./docs/docbuild/Dockerfile"
- container: "proj-docs-2404"
dockerfile: "./Dockerfile"
- container: "proj-docs-2404"
dockerfile: "./docs/docbuild/Dockerfile"
env:
PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' }}
CONTAINER: ${{ matrix.container }}
Expand Down

0 comments on commit 7ab4e5f

Please sign in to comment.