Skip to content

Conversation

@BenMorel
Copy link

No description provided.

@derhuerst
Copy link

Sorry to bother here. Can we get this merged? 🙂

- uses: huaxk/postgis-action@v1
with:
postgresql version: '11' # See https://https://hub.docker.com/r/mdillon/postgis for available versions, if it is not specified, use the default value 'latest'
postgresql version: '11' # See https://hub.docker.com/r/mdillon/postgis for available versions, if it is not specified, use the default value 'latest'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This action actually uses postgis/postgis:

docker_run="$docker_run -d -p 5432:5432 postgis/postgis:$INPUT_POSTGRESQL_VERSION"

So I adapted the URL here, as well as the tag in the example to match one that is actually available.

Suggested change
postgresql version: '11' # See https://hub.docker.com/r/mdillon/postgis for available versions, if it is not specified, use the default value 'latest'
postgresql version: '11-3.2-alpine' # See https://hub.docker.com/r/postgis/postgis for available tags, if it is not specified, use the default value `latest`

@nyurik
Copy link

nyurik commented Dec 15, 2022

There is a different version you might like - see https://github.com/marketplace/actions/setup-postgresql-and-postgis-for-linux-macos-windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants