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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git

commit c4517ef9ec24cd7a2fc117200b8f29beec7fee44
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Apr 14 17:27:07 2023 +0800

    Add deploy
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4c6ce36..df6b3d8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
       - name: Build and push
         uses: docker/build-push-action@v2
         with:
+          context: .
           push: false
           file: Dockerfile
           tags: apache/dubbo-initializer:dev

Reply via email to