Skip to content

Commit

Permalink
Merge pull request #183 from kubernetes-sigs/chewong-patch-1
Browse files Browse the repository at this point in the history
ci: remove az command
  • Loading branch information
andyzhangx committed Jul 21, 2020
2 parents a838493 + 10c443e commit 5bb4673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ blobfuse-container:
docker buildx rm container-builder || true
docker buildx create --use --name=container-builder
ifdef CI
az acr login --name $(REGISTRY_NAME)
docker buildx build --no-cache --build-arg LDFLAGS=${LDFLAGS} -t $(IMAGE_TAG) -f ./pkg/blobfuseplugin/Dockerfile --platform="linux/amd64" --push .

docker manifest create $(IMAGE_TAG) $(IMAGE_TAG)
Expand Down

0 comments on commit 5bb4673

Please sign in to comment.