Skip to content

Commit

Permalink
fix endline
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Feb 7, 2024
1 parent 8728d53 commit 07adc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-push-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function build_push() {
--file "${DOCKERFILE}" \
--build-arg BUILD_TAG="${BUILD_TAG}" \
--build-arg REPO_URL="${REPO_URL}" \
--build-arg BUILD_ARCH="${BUILD_ARCH}"
--build-arg BUILD_ARCH="${BUILD_ARCH}" \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--platform="${PLATFORM}" \
--tag "${LATEST_TAG}" \
Expand Down

0 comments on commit 07adc47

Please sign in to comment.