You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2022/02/22 03:09:19 UTC

[submarine] branch master updated: SUBMARINE-1198. Fix sidecar image name

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 <b0...@ntu.edu.tw>
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 <b0...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    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: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org