Skip to content

Commit 65f7869

Browse files
authored
Fixing full image name to push to MCR. (#409)
1 parent 149062d commit 65f7869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ CNM_PLUGIN_IMAGE ?= microsoft/azure-vnet-plugin
107107
CNM_PLUGIN_ROOTFS = azure-vnet-plugin-rootfs
108108

109109
# Azure network policy manager parameters.
110-
AZURE_NPM_IMAGE = containernetworking.azurecr.io/azure-npm
110+
AZURE_NPM_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-npm
111111

112112
# Azure vnet telemetry image parameters.
113-
AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/azure-vnet-telemetry
113+
AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-vnet-telemetry
114114

115115
VERSION ?= $(shell git describe --tags --always --dirty)
116116

0 commit comments

Comments
 (0)