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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 31412e8  SUBMARINE-1198. Fix sidecar image name
31412e8 is described below

commit 31412e8b6f709382e2090b928b15c54124bc84c3
Author: jeff-901 <[email protected]>
AuthorDate: Mon Feb 21 17:05:05 2022 +0800

    SUBMARINE-1198. Fix sidecar image name
    
    ### What is this PR for?
    Fix the image name of sidecar agent in auto-deploy script
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1198
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: jeff-901 <[email protected]>
    
    Signed-off-by: Kevin <[email protected]>
    
    Closes #885 from jeff-901/SUBMARINE-1198 and squashes the following commits:
    
    d6dcc2a0 [jeff-901] fix name
---
 .github/workflows/deploy_docker_images.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy_docker_images.yml 
b/.github/workflows/deploy_docker_images.yml
index 9b99249..4f212e4 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -58,7 +58,7 @@ jobs:
       - name: Build submarine agent
         run: ./dev-support/docker-images/agent/build.sh
       - name: Push submarine-agent docker image
-        run: docker push apache/submarine:sidecar-agent-$SUBMARINE_VERSION
+        run: docker push apache/submarine:agent-$SUBMARINE_VERSION
 
       - name: Build submarine database
         run: ./dev-support/docker-images/database/build.sh

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to