Skip to content

Commit

Permalink
ci: remove az command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Wong committed Jul 21, 2020
1 parent a838493 commit 10c443e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
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 10c443e

Please sign in to comment.