From 46b96b0dd1bda302c0ebf51b452726089c203e11 Mon Sep 17 00:00:00 2001 From: Peter Bertuglia Date: Mon, 17 Oct 2022 12:02:43 -0700 Subject: [PATCH] build 1.3.0-latest images (#106) build 1.3.0-latest images --- .changes/unreleased/Under the Hood-20221017-114452.yaml | 7 +++++++ .github/workflows/main.yml | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20221017-114452.yaml diff --git a/.changes/unreleased/Under the Hood-20221017-114452.yaml b/.changes/unreleased/Under the Hood-20221017-114452.yaml new file mode 100644 index 0000000..c892d16 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20221017-114452.yaml @@ -0,0 +1,7 @@ +kind: Under the Hood +body: Build docker images for 1.3.0 release of dbt-core +time: 2022-10-17T11:44:52.226266-07:00 +custom: + Author: peter-bertuglia + Issue: "1" + PR: "106" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9479cc2..742186f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,6 +83,8 @@ jobs: - version: "1.3.0-pre" package: "dbt-core~=1.3.0b1" prerelease: true + - version: "1.3.0-latest" + package: "dbt-core~=1.3.0" dbt-database-adapter: - name: snowflake package: dbt-snowflake