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

kezhenxu94 pushed a commit to branch docker
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/docker by this push:
     new b84c1e8fda Update publish-docker.yaml
b84c1e8fda is described below

commit b84c1e8fda738c6945775d23b75760cdb52e6d61
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Feb 26 10:50:28 2023 +0800

    Update publish-docker.yaml
---
 .github/workflows/publish-docker.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 7d6a82777a..1c9cbb714e 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -46,6 +46,7 @@ jobs:
         run: |
           if [[ ${{ github.event_name }} != "release" ]]; then
             echo "HUB=apache" >> $GITHUB_ENV
+            echo "DOCKER_REGISTRY=docker.io" >> $GITHUB_ENV
             echo "DOCKER_USERNAME=${{ secrets.DOCKERHUB_USER }}" >> $GITHUB_ENV
             echo "DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }}" >> 
$GITHUB_ENV
           else

Reply via email to