SkyeYoung commented on code in PR #12300:
URL: https://github.com/apache/apisix/pull/12300#discussion_r2135329243


##########
.github/workflows/push-dev-image-on-commit.yml:
##########
@@ -0,0 +1,63 @@
+name: Build and Push `apisix:dev` to DockerHub on Commit
+
+on:
+  push:
+    branches:
+      - master
+    paths-ignore:
+      - "docs/**"
+      - "**/*.md"
+  workflow_dispatch:

Review Comment:
   Here is the only difference from 
https://github.com/apache/apisix-docker/blob/master/.github/workflows/apisix_dev_push_docker_hub.yaml
 .
   
   1. Removed the `schedule` because we are already able to ensure the latest.
   2. Added `workflow_dispatch` to allow manual triggering of builds if 
necessary.



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to