diff --git a/README.md b/README.md index cb74e6c..b817b18 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,12 @@ A GitHub Action to run [dbt](https://www.getdbt.com) commands in a Docker container. It uses the official images provided by [Fishtown Analytics](https://hub.docker.com/r/fishtownanalytics/dbt/tags). You can use [dbt commands](https://docs.getdbt.com/reference/dbt-commands) such as `run`, `test` and `debug`. This action captures the dbt console output for use in subsequent steps. ### dbt version +The current version of the dbt is 1.0.0. Please note that 1.0.0. may require some changes to your dbt project structure compared to 0.x.x. + dbt updates their [docker images](https://hub.docker.com/r/fishtownanalytics/dbt/tags?page=1&ordering=last_updated) on a frequent basis and the main branch of this Github Action should be close to the last stable tag. If you need to use an earlier version of dbt, you can call this action with a specific [branch](https://github.com/mwhitaker/dbt-action/branches), eg `mwhitaker/dbt-action@fishtown-v0.21.0` or `mwhitaker/dbt-action@fishtown-v0.19.1`. +You can also reference a [tagged](https://github.com/mwhitaker/dbt-action/releases) release, eg `mwhitaker/dbt-action@v0.1.9`. + ## Usage ```yml