potiuk commented on a change in pull request #15973:
URL: https://github.com/apache/airflow/pull/15973#discussion_r638146406



##########
File path: scripts/ci/libraries/_build_images.sh
##########
@@ -959,41 +962,41 @@ function build_images::build_prod_images() {
 #  $3, $4, ... - target tags to tag the image with
 function build_images::wait_for_image_tag() {
 
-    IMAGE_NAME="${1}"
-    IMAGE_SUFFIX=${2}
+    local image_name="${1}"
+    local image_suffix=${2}

Review comment:
       ```suggestion
       local image_suffix="${2}"
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to