diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e9769909b..6cb64d952 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/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 diff --git a/README.md b/README.md index 7c81118eb..e241035df 100644 --- a/README.md +++ b/README.md @@ -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.