mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Add missing slash breaking image builds (#15861)
This commit is contained in:
parent
7d30dff075
commit
fb4879b2c9
2
Makefile
2
Makefile
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user