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.
2 parents 02263b1 + 0ef417d commit bd3f1b4Copy full SHA for bd3f1b4
infra/scripts/docker-build.sh
@@ -10,7 +10,7 @@ echo $5
10
echo $6
11
12
# Check if the required arguments are provided
13
-if [ "$#" -ne 5 ]; then
+if [ "$#" -ne 6 ]; then
14
echo "Usage: docker-build.sh <AZURE_SUBSCRIPTION_ID> <ENV_NAME> <AZURE_LOCATION> <AZURE_RESOURCE_GROUP> <USE_LOCAL_BUILD> <AZURE_ENV_IMAGETAG>"
15
exit 1
16
fi
0 commit comments