Langflow Release by @ogabrielluiz #198
release.yml
on: workflow_dispatch
CI
/
Should Run CI
0s
Matrix: Call Docker Build Workflow for Langflow Base
Matrix: Call Docker Build Workflow for Langflow
Matrix: CI / Lint Backend / Run Mypy
Matrix: CI / Run Backend Tests / build
Matrix: CI / Run Backend Tests / test-cli
Matrix: CI / Run Frontend Tests / setup-and-test
Create Release
0s
Annotations
11 warnings
CI / Filter Paths
'before' field is missing in event payload - changes will be detected from last commit
|
The 'as' keyword should match the case of the 'from' keyword:
docker/build_and_push.Dockerfile#L12
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
docker/build_and_push.Dockerfile#L75
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
docker/build_and_push_base.Dockerfile#L51
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
docker/build_and_push_base.Dockerfile#L15
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Default value for global ARG results in an empty or invalid base image name:
docker/build_and_push_backend.Dockerfile#L5
InvalidDefaultArgInFrom: Default value for ARG $LANGFLOW_IMAGE results in empty or invalid base image name
More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
|
The 'as' keyword should match the case of the 'from' keyword:
docker/frontend/build_and_push_frontend.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
docker/frontend/build_and_push_frontend.Dockerfile#L17
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
CI / Run Backend Tests / Unit Tests - Python 3.11 - Group 2
Attempt 1 failed. Reason: Child_process exited with error code 2
|
CI / Run Backend Tests / Unit Tests - Python 3.10 - Group 2
Attempt 1 failed. Reason: Child_process exited with error code 2
|
CI / Run Backend Tests / Unit Tests - Python 3.12 - Group 2
Attempt 1 failed. Reason: Child_process exited with error code 2
|