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 7b9f8fb Revert "[DEV] Push docker image (#1139)"
7b9f8fb is described below
commit 7b9f8fbeafbb13e78cc99ef70f4172fecb7aa019
Author: ulysses-you <[email protected]>
AuthorDate: Thu Sep 23 17:00:58 2021 +0800
Revert "[DEV] Push docker image (#1139)"
This reverts commit fc7ac8c4093d625527044c2bcc9fdf128fd8df6b.
---
.github/workflows/image.yml | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
deleted file mode 100644
index 142a742..0000000
--- a/.github/workflows/image.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Publish Docker image
-
-on:
- push:
- branches:
- - dev
-
-jobs:
- push_to_registry:
- name: Push Docker image to Docker Hub
- runs-on: ubuntu-latest
- concurrency:
- # this group should be global unique
- group: push-docker-image
- cancel-in-progress: true
- steps:
- - name: Login to Docker Hub
- uses: docker/login-action@v1
- with:
- username: ${{ secrets.DOCKERHUB_USER }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
-
- - name: Build and push Docker image
- uses: docker/build-push-action@v2
- with:
- file: docker/Dockerfile
- push: true
- tags: apache/kyuubi:latest