Skip to content

Commit

Permalink
Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Nov 13, 2023
1 parent d36d257 commit 7ccf4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build components
run: ./scripts/build_components.sh --cache -t $GITHUB_SHA -t dev
run: ./scripts/build_components.sh -t $GITHUB_SHA -t dev
2 changes: 1 addition & 1 deletion scripts/build_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ for dir in "${components_to_build[@]}"; do
fi

echo "Freezing Fondant dependency version to ${tags[0]}"
#docker build --push "${args[@]}" \

docker build --push "${args[@]}" \
--build-arg="FONDANT_VERSION=${tags[0]}" \
--label org.opencontainers.image.source=https://github.com/${namespace}/${repo} \
Expand Down

0 comments on commit 7ccf4c4

Please sign in to comment.