We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a838493 commit 10c443eCopy full SHA for 10c443e
Makefile
@@ -95,7 +95,6 @@ blobfuse-container:
95
docker buildx rm container-builder || true
96
docker buildx create --use --name=container-builder
97
ifdef CI
98
- az acr login --name $(REGISTRY_NAME)
99
docker buildx build --no-cache --build-arg LDFLAGS=${LDFLAGS} -t $(IMAGE_TAG) -f ./pkg/blobfuseplugin/Dockerfile --platform="linux/amd64" --push .
100
101
docker manifest create $(IMAGE_TAG) $(IMAGE_TAG)
0 commit comments