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 03:38:20 UTC

[kyuubi] branch master updated: [KYUUBI #4092] Bump docker/setup-buildx-action from v1 to v2

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 4d4cc8dfb [KYUUBI #4092] Bump docker/setup-buildx-action from v1 to v2
4d4cc8dfb is described below

commit 4d4cc8dfb61f5bcf92ec04dfbb208132a2c39f21
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Thu Jan 5 11:38:12 2023 +0800

    [KYUUBI #4092] Bump docker/setup-buildx-action from v1 to v2
    
    ### _Why are the changes needed?_
    
    - bump docker/setup-buildx-action from v1 to v2
    - latest release note for v2: https://github.com/docker/setup-buildx-action/releases/tag/v2.2.1
    - Node 16 as default runtime for this action since v2 (https://github.com/docker/setup-buildx-action/releases/tag/v2.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 #4092 from bowenliang123/docker-setup-buildx-action-v2.
    
    Closes #4092
    
    45c80377 [liangbowen] bump docker/setup-buildx-action from v1 to v2
    
    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 f83821cd2..433583e27 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -335,7 +335,7 @@ jobs:
         uses: actions/checkout@v3
       # https://github.com/docker/build-push-action
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v2
       - name: Build Kyuubi Docker Image
         uses: docker/build-push-action@v2
         with: