mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 09:45:21 +01:00
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 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) \
|
||||
|
||||
Reference in New Issue
Block a user