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

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


The following commit(s) were added to refs/heads/dev by this push:
     new a7b5bfa  push docker image
a7b5bfa is described below

commit a7b5bfa859e44e893d7d9d314b7442b7ff4ee650
Author: ulysses-you <[email protected]>
AuthorDate: Thu Sep 23 17:26:34 2021 +0800

    push docker image
---
 .github/workflows/image.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index d36abed..12d679f 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -19,17 +19,13 @@ jobs:
       # https://github.com/docker/build-push-action
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
-      - name: Build Kyuubi Docker Image
-        uses: docker/build-push-action@v2
-        with:
-          context: .
-          file: docker/Dockerfile
-          tags: apache/kyuubi:master-snapshot
       - name: Login to Docker Hub
         uses: docker/login-action@v1
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
+      - name: Build Kyuubi Docker Image
+        run: docker buildx build --tag apache/kyuubi:master-snapshot --file 
docker/Dockerfile .
       - name: Push Docker image
         run: docker push apache/kyuubi:master-snapshot
 

Reply via email to