diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 47fef0e96..a4659a48f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -61,4 +61,5 @@ jobs: platforms: linux/amd64 push: true tags: ghcr.io/${{ github.repository }}/viadot-azure:${{ github.event.inputs.tag }} - build-args: INSTALL_DATABRICKS=${{ github.event.inputs.if_databricks }} \ No newline at end of file + build-args: INSTALL_DATABRICKS=${{ github.event.inputs.if_databricks }} + \ No newline at end of file