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 8759d02 push docker image
8759d02 is described below
commit 8759d02199dff568ddf19a2ec12d05b8735e1da8
Author: ulysses-you <[email protected]>
AuthorDate: Thu Sep 23 17:49:05 2021 +0800
push docker image
---
.github/workflows/image.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index 12d679f..175991c 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -26,6 +26,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Kyuubi Docker Image
run: docker buildx build --tag apache/kyuubi:master-snapshot --file
docker/Dockerfile .
+ - name: Docker image
+ run: docker images
- name: Push Docker image
- run: docker push apache/kyuubi:master-snapshot
+ run: docker push master-snapshot