Add Dockerfile for build and push

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-29 09:38:14 -03:00
commit bb7ac56b6e

View file

@ -61,4 +61,5 @@ jobs:
with:
context: .
push: true
file: ./build_and_push.Dockerfile
tags: logspace/langflow:${{ steps.check-version.outputs.version }}