This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 10e915cf1 adjust feat and bugfix branchto build image (#7769)
10e915cf1 is described below

commit 10e915cf1dbb84875ab95341f2afcab109a92f14
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Jul 23 23:44:21 2024 +0800

    adjust feat and bugfix branchto build image (#7769)
---
 .github/workflows/build.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 29f442ba1..ad0fc542d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,6 +26,8 @@ on:
     branches:
       - main
       - release-*
+      - feat-*
+      - bugfix-*
 
 jobs:
   build-and-push-builder:
@@ -122,7 +124,7 @@ jobs:
     steps:
       - name: Get build timestamp
         id: ts
-        run: echo "timestamp=$(date '+%y%m%d_%H%M')" >> $GITHUB_OUTPUT
+        run: echo "timestamp=$(date '+%y%m%d_%H%M%S')" >> $GITHUB_OUTPUT
   build-and-push-devlake:
     needs: [build-devlake, build-and-push-base, get-timestamp]
     name: Build and Push devlake image

Reply via email to