You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by sh...@apache.org on 2020/11/30 01:33:21 UTC

[incubator-gobblin] branch master updated: [GOBBLIN-1313] Fix spacing issue in docker build publish

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

shirshanka 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 9b6604e  [GOBBLIN-1313] Fix spacing issue in docker build publish
9b6604e is described below

commit 9b6604eeab3110917029be157a18a3af8f005f7d
Author: William Lo <wl...@linkedin.com>
AuthorDate: Sun Nov 29 17:32:24 2020 -0800

    [GOBBLIN-1313] Fix spacing issue in docker build publish
    
    Closes #3161 from Will-Lo/fix-docker-image-tag-
    latest
---
 .github/workflows/docker_build_publish.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker_build_publish.yaml b/.github/workflows/docker_build_publish.yaml
index 0622d7e..4a8b6c5 100644
--- a/.github/workflows/docker_build_publish.yaml
+++ b/.github/workflows/docker_build_publish.yaml
@@ -42,6 +42,6 @@ jobs:
       - name: Build Images and Publish
         uses: docker/build-push-action@v2
         with:
-          tags: ${{ steps.docker_meta.outputs.tags }}, ${{ env.IMAGE_NAME }}:latest
+          tags: ${{ steps.docker_meta.outputs.tags }},${{ env.IMAGE_NAME }}:latest
           push: true
           file: ./gobblin-docker/gobblin-standalone/alpine-gobblin-latest/Dockerfile
\ No newline at end of file