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 51a4ff2  [GOBBLIN-1349] Publish docker image at release only, and tag 
appropriately
51a4ff2 is described below

commit 51a4ff21e70dbec4e229095f9438719d7c538022
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Sun Jan 3 11:57:39 2021 -0800

    [GOBBLIN-1349] Publish docker image at release only, and tag appropriately
    
    Closes #3188 from abti/master
---
 .github/workflows/docker_build_publish.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docker_build_publish.yaml 
b/.github/workflows/docker_build_publish.yaml
index 01b5968..f8a5733 100644
--- a/.github/workflows/docker_build_publish.yaml
+++ b/.github/workflows/docker_build_publish.yaml
@@ -69,5 +69,6 @@ jobs:
       - name: Build Images and Publish
         uses: docker/build-push-action@v2
         with:
+          tags: ${{ steps.build_tag.outputs.tag }}
           push: ${{ github.event_name == 'release' }}
           file: ./gobblin-docker/gobblin/alpine-gobblin-latest/Dockerfile

Reply via email to