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

tison pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9ad375d6a [ISSUE-3503] build Docker Image in CI bug fixed (#3505)
9ad375d6a is described below

commit 9ad375d6a884992a8d86762a441463473f0d3a5d
Author: benjobs <[email protected]>
AuthorDate: Sun Jan 21 21:21:45 2024 +0800

    [ISSUE-3503] build Docker Image in CI bug fixed (#3505)
    
    Co-authored-by: benjobs <[email protected]>
---
 .github/workflows/docker-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index d3234f422..0ea62484e 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -84,7 +84,7 @@ jobs:
         uses: docker/build-push-action@v3
         with:
           context: .
-          file: deploy/docker/Dockerfile
+          file: docker/Dockerfile
           platforms: linux/amd64,linux/arm64/v8
           push: true
           tags: ${{ steps.meta.outputs.tags }}

Reply via email to