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

abti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new e1aedfb  [GOBBLIN-1349] Bring label size under Apache requirements
e1aedfb is described below

commit e1aedfbc0c18e038c329fa0d5a49b58cf2667d97
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Sat Jan 2 19:24:18 2021 -0800

    [GOBBLIN-1349] Bring label size under Apache requirements
    
    Closes #3171 from abti/master
---
 .asf.yaml                                   | 2 +-
 .github/workflows/docker_build_publish.yaml | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 91108d7..d737649 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,7 +2,7 @@ github:
   description: "A distributed data integration framework that simplifies 
common aspects of big data integration such as data ingestion, replication, 
organization and lifecycle management for both streaming and batch data 
ecosystems."
   homepage: https://gobblin.apache.org/
   labels:
-    - data integration
+    - data
     - ingestion
     - replication
     - management
diff --git a/.github/workflows/docker_build_publish.yaml 
b/.github/workflows/docker_build_publish.yaml
index 67ac590..01b5968 100644
--- a/.github/workflows/docker_build_publish.yaml
+++ b/.github/workflows/docker_build_publish.yaml
@@ -69,6 +69,5 @@ jobs:
       - name: Build Images and Publish
         uses: docker/build-push-action@v2
         with:
-          tags: ${{ steps.build_tag.outputs.tag }}
-          push: ${{ github.event_name != 'pull_request' }}
-          file: ./gobblin-docker/gobblin/alpine-gobblin-latest/Dockerfile
\ No newline at end of file
+          push: ${{ github.event_name == 'release' }}
+          file: ./gobblin-docker/gobblin/alpine-gobblin-latest/Dockerfile

Reply via email to