From 4fd8a6312ebe014e0a88daa163adf3ec169eba56 Mon Sep 17 00:00:00 2001 From: abimichel Date: Fri, 26 Jan 2024 13:02:50 -0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c04cc..7807cd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nr-dbt-project This repository contains Data build tools(DBT) data models and other artifacts -# Use of GHCR +## Use of GHCR Container images are built automatically and pushed to the GHCR any time there is a push or PR to the **main** branch. Images are named according to the file path and tagged with the branch name. Use the image name in an Airflow DAG to create a job using the DBT container. See Airflow example here: [dbt_example.py](https://github.com/bcgov/nr-airflow/blob/e45c83f933d1f96e479a36a3e765dabd61e1ff2e/dags/dbt_example.py#L19) Usage example: