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 78dcd9c0a3 Update publish-docker.yaml
78dcd9c0a3 is described below

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

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

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 1c9cbb714e..7d6a82777a 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -46,7 +46,6 @@ 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