Merge branch 'docker-buildx' of https://github.com/smallstep/certificates into docker-buildx

pull/352/head
Carl Tashian 4 years ago
commit 7b55c1b37d

@ -57,7 +57,6 @@ define DOCKER_BUILDX
# $(1) -- Image Tag
# $(2) -- Push (empty is no push | --push will push to dockerhub)
docker buildx build . --progress plain -t $(DOCKER_IMAGE_NAME):$(1) -f docker/Dockerfile.step-ca --platform="$(DOCKER_PLATFORMS)" $(2)
DOCKER_IMAGE_NAME = smallstep/step-cli
endef
# For non-master builds don't build the docker containers.

Loading…
Cancel
Save