mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Update branch names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user