Build dev-fp16 branch to :dev-fp16 tag (not :latest)
All checks were successful
Build ROCm Image / build (push) Successful in 2m55s
All checks were successful
Build ROCm Image / build (push) Successful in 2m55s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev-fp16
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -29,7 +30,7 @@ jobs:
|
|||||||
file: Dockerfile.rocm
|
file: Dockerfile.rocm
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
git.sdgarren.com/scott/rocm-chatterbox-whisper:${{ gitea.ref_name == 'main' && 'latest' || gitea.ref_name }}
|
||||||
git.sdgarren.com/scott/rocm-chatterbox-whisper:${{ gitea.sha }}
|
git.sdgarren.com/scott/rocm-chatterbox-whisper:${{ gitea.sha }}
|
||||||
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
|||||||
Reference in New Issue
Block a user