Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Mar 10, 2023
1 parent a0682bb commit ded7dad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-test-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
matrix:
# postgres-postgis version, see available tags https://hub.docker.com/r/postgis/postgis/tags
pgis:
# WARNING: if changing this, make sure tu update `pgis_stable` below
- 9.6-3.2
- 10-3.2
- 11-3.2
- 12-3.2
fail-fast: false

env:
# which pgis version to use for :tag images (must be in the matrix above)
pgis_stable: "11-2.5"
# which pgis version to use for :tag images and to generate the dumps attached to the release (must be in the matrix above)
pgis_stable: "11-3.2"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ded7dad

Please sign in to comment.