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

commit 261bbd87a5ab1f35ab74a80fbc8fd70e2f50355f
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Feb 26 10:19:01 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 99a5d5e583..1c9cbb714e 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -56,7 +56,7 @@ jobs:
             echo "DOCKER_PASSWORD=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
           fi
       - name: Log in to the Container registry
-        uses: docker/[email protected]
+        uses: docker/login-action@v2
         with:
           registry: ${{ env.DOCKER_REGISTRY }}
           username: ${{ env.DOCKER_USERNAME }}

Reply via email to