AlinsRan commented on code in PR #425:
URL: https://github.com/apache/apisix-docker/pull/425#discussion_r1099561077


##########
.github/workflows/apisix-docker-example-test.yaml:
##########
@@ -42,4 +46,14 @@ jobs:
           if [[ $result_code -ne 200 ]];then
                   printf "result_code: %s\n" "$result_code"
                   exit 125
-          fi
\ No newline at end of file
+          fi
+
+      - name: verify exmaple image

Review Comment:
   It is better, but it will be more troublesome. To do this, you need to 
obtain the apisix image field of the compose.yaml file, then compare it, and 
then intercept the currently built image.
   Another method is to add an APISIX_VERSION environment variable to compare, 
but this needs to be modified when the release PR is raised.
   What do you think is better?



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to