chore: Update docker-build.yml to include pre_release option and base-latest tag

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-24 08:17:28 -03:00
commit 7c35e29da2

View file

@ -44,7 +44,7 @@ jobs:
id: set-vars
run: |
if [[ "${{ inputs.release_type }}" == "base" ]]; then
echo "tags=langflowai/langflow:base-${{ inputs.version }}" >> $GITHUB_OUTPUT
echo "tags=langflowai/langflow:base-${{ inputs.version }},langflowai/langflow:base-latest" >> $GITHUB_OUTPUT
echo "file=./docker/build_and_push_base.Dockerfile" >> $GITHUB_OUTPUT
else
if [[ "${{ inputs.pre_release }}" == "true" ]]; then