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

commit 09df1590a1946ba5a6a2bc50b9c12c53568ba20c
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Feb 26 10:11:08 2023 +0800

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

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 677c340bda..de2bd7d79e 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -45,8 +45,7 @@ jobs:
       - name: Set environment variables
         run: |
           if [[ ${{ github.event_name }} != "release" ]]; then
-            echo "HUB=apache" >> $GITHUB_ENV
-            echo "DOCKER_REGISTRY=docker.io/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