Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793)

* Update Docker image references to langflowai in GitHub workflows and Docker Compose files
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-29 13:38:18 -03:00 committed by GitHub
commit c6b4101d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 13 deletions

View file

@ -74,4 +74,4 @@ jobs:
push: true
file: ./build_and_push_base.Dockerfile
tags: |
logspace/langflow:base-${{ needs.release.outputs.version }}
langflowai/langflow:base-${{ needs.release.outputs.version }}

View file

@ -80,8 +80,8 @@ jobs:
push: true
file: ./build_and_push.Dockerfile
tags: |
logspace/langflow:${{ needs.release.outputs.version }}
logspace/langflow:1.0-alpha
langflowai/langflow:${{ needs.release.outputs.version }}
langflowai/langflow:1.0-alpha
create_release:
name: Create Release

View file

@ -52,8 +52,8 @@ jobs:
push: true
file: ./build_and_push.Dockerfile
tags: |
logspace/langflow:${{ steps.check-version.outputs.version }}
logspace/langflow:latest
langflowai/langflow:${{ steps.check-version.outputs.version }}
langflowai/langflow:latest
- name: Create Release
uses: ncipollo/release-action@v1
with: