Skip to content

Commit c83bd4c

Browse files
authored
Update cd-release.yml
1 parent d593a87 commit c83bd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
shell: bash
7373
run: |
7474
git checkout $BRANCH_NAME
75-
sed -i "48s/.*/RUN python -m pip install dbt-teradata==$RELEASE_VERSION/g" docker/Dockerfile
75+
sed -i "s/dbt-teradata==[0-9.]\+/dbt-teradata==$RELEASE_VERSION/g" docker/Dockerfile
7676
if [[ "$RELEASE_VERSION" == "1.8"* ]] || [[ "$RELEASE_VERSION" > "1.8" ]]; then
7777
if ! grep -q "RUN python -m pip install dbt-core>=1.8.0" docker/Dockerfile; then
7878
echo "RUN python -m pip install dbt-core>=1.8.0" >> docker/Dockerfile

0 commit comments

Comments
 (0)