mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Add missing slash breaking image builds (#15861)
This commit is contained in:
2
Makefile
2
Makefile
@@ -574,7 +574,7 @@ docker-compose-buildx: Dockerfile.dev
|
|||||||
- docker buildx create --name docker-compose-buildx
|
- docker buildx create --name docker-compose-buildx
|
||||||
docker buildx use docker-compose-buildx
|
docker buildx use docker-compose-buildx
|
||||||
- docker buildx build \
|
- docker buildx build \
|
||||||
--ssh default=$(SSH_AUTH_SOCK)
|
--ssh default=$(SSH_AUTH_SOCK) \
|
||||||
--push \
|
--push \
|
||||||
--build-arg BUILDKIT_INLINE_CACHE=1 \
|
--build-arg BUILDKIT_INLINE_CACHE=1 \
|
||||||
$(DOCKER_DEVEL_CACHE_FLAG) \
|
$(DOCKER_DEVEL_CACHE_FLAG) \
|
||||||
|
|||||||
Reference in New Issue
Block a user