-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set command (#51) * bump to dbt version 1.4.6 * update set output command * add documentation for base Dockerfile --------- Co-authored-by: Leo Schick <leonhard.schick@gmail.com> * chore: Using profiles.yml when DBT_TOKEN is provided --------- Co-authored-by: Michael Whitaker <monitus@gmail.com> Co-authored-by: Leo Schick <leonhard.schick@gmail.com>
- Loading branch information
1 parent
ed6aba7
commit 898f193
Showing
5 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# how to build the Docker image and send to Docker Hub | ||
|
||
update the references in the Dockerfile to current ones. | ||
|
||
`docker build --tag mwhitaker/dbt_all:v1.4.6 --target dbt-all .` | ||
|
||
`docker push mwhitaker/dbt_all:v1.4.6` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters