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

gongchao pushed a commit to branch action-docker-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/action-docker-build by this 
push:
     new a4a162f34 bugfix github action build docker image error
a4a162f34 is described below

commit a4a162f3498ab5743923167ec941efc69e355f8e
Author: tomsun28 <[email protected]>
AuthorDate: Wed Aug 14 13:34:01 2024 +0800

    bugfix github action build docker image error
    
    Signed-off-by: tomsun28 <[email protected]>
---
 .github/workflows/backend-build-test.yml | 2 +-
 .github/workflows/nightly-build.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/backend-build-test.yml 
b/.github/workflows/backend-build-test.yml
index 66822823d..ed07af721 100644
--- a/.github/workflows/backend-build-test.yml
+++ b/.github/workflows/backend-build-test.yml
@@ -57,7 +57,7 @@ jobs:
     - name: Build Image
       uses: docker/build-push-action@v3
       with:
-        context: .dist
+        context: ./dist
         file: ./script/docker/server/Dockerfile
         push: false
         tags: apache/hertzbeat:test
diff --git a/.github/workflows/nightly-build.yml 
b/.github/workflows/nightly-build.yml
index 231385819..08ca91e5f 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -47,7 +47,7 @@ jobs:
     - name: Build and Push
       uses: docker/build-push-action@v6
       with:
-        context: .dist
+        context: ./dist
         file: ./script/docker/server/Dockerfile
         push: true
         tags: apache/hertzbeat:nightly


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to