jackc / tern

The SQL Fan's Migrator
MIT License
982 stars 71 forks source link

Docker image #102

Closed odyfey closed 3 months ago

odyfey commented 3 months ago

Hello!

This PR implements a multi-arch build of the docker image and pushs on GitHub Package Registry. Example of a built image: https://github.com/odyfey/tern/pkgs/container/tern. The Docker image will allow running migrations in CI/CD pipelines. Example of usage:

docker run -v .:/home ghcr.io/jackc/tern:latest print-connstring

ref: #56