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

benjobs pushed a commit to branch dev-2.1.4
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.4 by this push:
     new f14a3f03e [Improve] test docker-push trigger
f14a3f03e is described below

commit f14a3f03e5eab892a782c7abef16b5edefc7e5e4
Author: benjobs <[email protected]>
AuthorDate: Mon Apr 8 21:30:51 2024 +0800

    [Improve] test docker-push trigger
---
 .github/workflows/docker-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index 227988283..b144f3e4d 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -57,7 +57,7 @@ jobs:
         run: |
           ./mvnw clean install -DskipTests -Pscala-2.12,shaded,dist,webapp
 
-      - name: Log in to the Container registry
+      - name: Login to the Container registry
         uses: docker/login-action@v2
         with:
           username: ${{ secrets.DOCKERHUB_USER }}

Reply via email to