Trigger CI on rocm7-dev branch, tag image by branch name
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 23m37s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-03 17:34:00 -04:00
parent c749c974e7
commit 473cf730d4

View File

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