ci: use actions/setup-uv
Docker CI / docker-build (push) Failing after 2m1s

This commit is contained in:
2026-05-03 18:31:59 +02:00
parent 7bc30a3f4d
commit a1f5f9f34b
3 changed files with 33 additions and 21 deletions
+9 -1
View File
@@ -4,7 +4,15 @@ concurrency:
group: docker-${{ github.ref }}
cancel-in-progress: true
on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/docker.yml'
- 'pyproject.toml'
- 'uv.lock'
- 'stapler/*'
- 'Dockerfile'
env:
BUILDKIT_VERSION: 'v0.29.0'