Skip to content

Build and release image

Guillaume Husta edited this page Oct 3, 2022 · 1 revision
Note
DEPRECATED

It should now be done by CI (GitHub Actions).

Build

docker build -t ghusta/postgres-world-db:2.6.3 -t ghusta/postgres-world-db:2.6 -t ghusta/postgres-world-db:latest .

Publish on Docker Hub

docker push ghusta/postgres-world-db --all-tags

Clone this wiki locally