Compare commits

...

1 Commits

Author SHA1 Message Date
464c3d372c Update CI to trigger on main only and tag image as latest
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 10:02:53 -04:00

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- rocm7-dev
jobs:
build-and-push:
@@ -29,7 +28,7 @@ jobs:
context: .
push: true
tags: |
git.sdgarren.com/scott/rocm-faster-whisper:${{ gitea.ref_name }}
git.sdgarren.com/scott/rocm-faster-whisper:latest
git.sdgarren.com/scott/rocm-faster-whisper:${{ gitea.sha }}
cache-from: type=registry,ref=git.sdgarren.com/scott/rocm-faster-whisper:buildcache
cache-to: type=registry,ref=git.sdgarren.com/scott/rocm-faster-whisper:buildcache,mode=max