Update branch names

This commit is contained in:
Enrico Ros
2024-10-28 20:09:53 -07:00
parent c92ee2e22a
commit 7a818bdcd0
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=development,enable=${{ github.ref == 'refs/heads/v1/dev' }}
type=raw,value=stable,enable=${{ github.ref == 'refs/heads/v1/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
+4 -4
View File
@@ -23,11 +23,11 @@ Or fork & run on Vercel
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
- `v2-dev`: V2 development branch, the exciting one, future default
- Big-AGI Stable: as deployed on big-agi.com
- `v1-dev`: V1 development branch (this branch)
- `v1-stable`: Current stable version
Note: After the V2 release in Q4, `v2/dev` will become the default branch and `v1/dev` will reach EOL.