Skip to content

test(mcp): de-flake per-scope timeout test with fake timers (BUI-631)… #68

test(mcp): de-flake per-scope timeout test with fake timers (BUI-631)…

test(mcp): de-flake per-scope timeout test with fake timers (BUI-631)… #68

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches: [main]
paths-ignore:
- "*.md"
- "docs/**"
- ".github/workflows/!(docker.yml)"
concurrency:
group: docker-build
cancel-in-progress: true
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: docker/setup-buildx-action@v4
- uses: docker/login-action@v4
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_SERVICE_ACCOUNT_PAT }}
- uses: docker/build-push-action@v7
with:
context: .
push: true
tags: |
${{ vars.DOCKERHUB_USERNAME }}/personal-server:latest
${{ vars.DOCKERHUB_USERNAME }}/personal-server:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max