Skip to content

deps: bump uuid from 14.0.0 to 14.0.1 #171

deps: bump uuid from 14.0.0 to 14.0.1

deps: bump uuid from 14.0.0 to 14.0.1 #171

Workflow file for this run

name: Docker Build
permissions:
contents: read
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: docker/setup-buildx-action@v4
- name: Build image (no push)
uses: docker/build-push-action@v7
with:
context: .
file: ./Dockerfile
push: false
load: true
tags: voice-agent-kit:ci
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Smoke test image
run: |
docker run --rm voice-agent-kit:ci node --version