You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/05 07:15:46 UTC

[kyuubi] branch master updated: [KYUUBI #4093] Bump docker/build-push-action from v2 to v3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d3d9cc12 [KYUUBI #4093] Bump docker/build-push-action from v2 to v3
8d3d9cc12 is described below

commit 8d3d9cc12ae2fbc2f2f3175657a4a1df230c16ba
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Thu Jan 5 15:15:36 2023 +0800

    [KYUUBI #4093] Bump docker/build-push-action from v2 to v3
    
    ### _Why are the changes needed?_
    
    - bump docker/build-push-action from v2 to v3
    - latest release note for v3: https://github.com/docker/build-push-action/releases/tag/v3.2.0
    - Node 16 as default runtime for this action since v3 (https://github.com/docker/build-push-action/releases/tag/v3.0.0)
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4093 from bowenliang123/docker-build-push-action-v3.
    
    Closes #4093
    
    34a97023 [liangbowen] bump docker/build-push-action from v2 to v3
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 433583e27..50ef77b96 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -337,7 +337,7 @@ jobs:
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v2
       - name: Build Kyuubi Docker Image
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           # passthrough CI into build container
           build-args: |