You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker tag $(dockerId).azurecr.io/public/azure-functions/$i:$(ReleaseVersion) $(dockerId).azurecr.io/public/azure-functions/$i:2.0
30
-
docker tag $(dockerId).azurecr.io/public/azure-functions/$i:$(ReleaseVersion) $(dockerId).azurecr.io/public/azure-functions/$i:latest
31
-
docker tag $(dockerId).azurecr.io/public/azure-functions/$i:$(ReleaseVersion) $(dockerId).azurecr.io/public/azure-functions/$i:2.0-iot-edge
32
-
33
-
if [ "$i" != "base" ]; then
34
-
docker tag $(dockerId).azurecr.io/public/azure-functions/$i:$(ReleaseVersion)-appservice $(dockerId).azurecr.io/public/azure-functions/$i:2.0-appservice
0 commit comments