mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -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
|
||||
|
||||
Reference in New Issue
Block a user