From 9cdb7d023eb5e4dd55c10d82cba5be80d0a3dcbd Mon Sep 17 00:00:00 2001 From: Pablo Date: Tue, 9 Apr 2024 19:19:28 +0200 Subject: [PATCH] chore(deps): fix pipeline configuration issue --- .github/workflows/cd-pipeline.yml | 2 +- .github/workflows/deploy.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 5b77da9..8e3539d 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -10,7 +10,7 @@ jobs: name: Test runs-on: ubuntu-latest container: - image: ghcr.io/dbt-labs/dbt-postgres:${{ env.DBT_VERSION }} + image: ghcr.io/dbt-labs/dbt-postgres:$DBT_VERSION env: POSTGRES_HOST: ${{ vars.POSTGRES_HOST }} POSTGRES_USER: ${{ vars.POSTGRES_USER }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9876945..92f47ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment-name }} container: - image: ghcr.io/dbt-labs/dbt-postgres:${{ env.DBT_VERSION }} + image: ghcr.io/dbt-labs/dbt-postgres:$DBT_VERSION steps: - name: Checkout code uses: actions/checkout@v3 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment-name }} container: - image: ghcr.io/dbt-labs/dbt-postgres:${{ env.DBT_VERSION }} + image: ghcr.io/dbt-labs/dbt-postgres:$DBT_VERSION steps: - name: Checkout code uses: actions/checkout@v3 @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment-name }} container: - image: ghcr.io/dbt-labs/dbt-postgres:${{ env.DBT_VERSION }} + image: ghcr.io/dbt-labs/dbt-postgres:$DBT_VERSION steps: - name: Checkout code uses: actions/checkout@v3 @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment-name }} container: - image: ghcr.io/dbt-labs/dbt-postgres:${{ env.DBT_VERSION }} + image: ghcr.io/dbt-labs/dbt-postgres:$DBT_VERSION steps: - name: Checkout code uses: actions/checkout@v3