Skip to content

Commit

Permalink
Merge branch 'main' into test-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara authored Jul 9, 2024
2 parents e2ac1b3 + 7fb6dce commit 5e5c19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:

- run: dbt parse
working-directory: ./dbt

- uses: godatadriven/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- name: Build and push image
id: push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: PYTHON_VERSION=${{ steps.python-version.outputs.PYTHON_VERSION }}
cache-from: type=gha
Expand Down

0 comments on commit 5e5c19f

Please sign in to comment.