diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 022daa93f..e9769909b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -51,8 +51,8 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=raw,value=development,enable=${{ github.ref == 'refs/heads/main' }} - type=raw,value=stable,enable=${{ github.ref == 'refs/heads/main-stable' }} + type=raw,value=development,enable=${{ github.ref == 'refs/heads/v1/dev' }} + type=raw,value=stable,enable=${{ github.ref == 'refs/heads/v1/stable' }} type=ref,event=tag # Use the tag name as a tag for tag builds type=semver,pattern={{version}} # Generate semantic versioning tags for tag builds type=sha # Just in case none of the above applies diff --git a/README.md b/README.md index 0f396def2..0b5fab119 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ Or fork & run on Vercel [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fenricoros%2Fbig-AGI&env=OPENAI_API_KEY&envDescription=Backend%20API%20keys%2C%20optional%20and%20may%20be%20overridden%20by%20the%20UI.&envLink=https%3A%2F%2Fgithub.com%2Fenricoros%2Fbig-AGI%2Fblob%2Fmain%2Fdocs%2Fenvironment-variables.md&project-name=big-AGI) +### New Version + +This repository contains two main versions: + +- Big-AGI Stable: as deployed on big-agi.com + - `v1/stable`: Current stable version + - `v1/dev`: V1 development branch (this branch) +- Big-AGI 2: next-generation, bringing the most advanced AI experience + - `v2/dev`: V2 development branch, the exciting one, future default + +Note: After the V2 release in Q4, `v2/dev` will become the default branch and `v1/dev` will reach EOL. + ### Quick links: ๐Ÿ‘‰ [roadmap](https://github.com/users/enricoros/projects/4/views/2) ๐Ÿ‘‰ [installation](docs/installation.md) ๐Ÿ‘‰ [documentation](docs/README.md) ### What's New in 1.16.1...1.16.8 ยท Sep 13, 2024 (patch releases)