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

commit 2caa26a329fe0405a7aab38bf3fba9589c9c7d2c
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Feb 26 09:57:53 2023 +0800

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

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 52c617f1c3..44c0d034e2 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -45,7 +45,7 @@ jobs:
       - name: Set environment variables
         run: |
           if [[ ${{ github.event_name }} != "release" ]]; then
-            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