Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit fa746c1

Browse files
Migrate workflows to Blacksmith (#16)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent ea894c5 commit fa746c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
docker:
15-
runs-on: ubuntu-latest
15+
runs-on: blacksmith-4vcpu-ubuntu-2404
1616
env:
1717
POSTGRES_USER: duopus
1818
POSTGRES_PASSWORD: ci
@@ -33,8 +33,8 @@ jobs:
3333
working-directory: backend
3434
run: uv sync --locked --extra dev && uv run pytest
3535

36-
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v3
36+
- name: Setup Blacksmith Builder
37+
uses: useblacksmith/setup-docker-builder@v1
3838

3939
- name: Build Compose images
4040
run: docker compose build

0 commit comments

Comments
 (0)