Skip to content

Commit

Permalink
Add missing slash breaking image builds (#15861)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored Feb 25, 2025
1 parent 7d30dff commit fb4879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ docker-compose-buildx: Dockerfile.dev
- docker buildx create --name docker-compose-buildx
docker buildx use docker-compose-buildx
- docker buildx build \
--ssh default=$(SSH_AUTH_SOCK)
--ssh default=$(SSH_AUTH_SOCK) \
--push \
--build-arg BUILDKIT_INLINE_CACHE=1 \
$(DOCKER_DEVEL_CACHE_FLAG) \
Expand Down

0 comments on commit fb4879b

Please sign in to comment.