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


##########
.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:
   It is best to build each time a contributor commits (in the their dev 
branch), but not push, to help us detect potential build errors in advance.



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