Skip to content

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.53 to 3.972.55 #176

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.53 to 3.972.55

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.53 to 3.972.55 #176

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@v7
- 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