Skip to content

Microsoft Edge TTS + Audio Streaming Context Improvements + Debug logging clarity #6

Microsoft Edge TTS + Audio Streaming Context Improvements + Debug logging clarity

Microsoft Edge TTS + Audio Streaming Context Improvements + Debug logging clarity #6

Workflow file for this run

name: Docker Image PR Build
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v4
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=sha
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}