Build dev-fp16 branch to :dev-fp16 tag (not :latest)
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:
2026-04-05 20:34:54 -04:00
parent 9b62fce5c5
commit 4e90487789

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev-fp16
jobs:
build:
@@ -29,7 +30,7 @@ jobs:
file: Dockerfile.rocm
push: true
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 }}
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-chatterbox-whisper:latest
cache-to: type=inline