Skip to content

Commit b591d45

Browse files
committed
Add Docker to the CI
1 parent be8b694 commit b591d45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
run: uv run --frozen -- pytest -m integration
4747
shell: bash
4848

49+
- name: Set up Docker Buildx
50+
uses: docker/setup-buildx-action@v3
51+
52+
- name: Build and push
53+
uses: docker/build-push-action@v6
54+
with:
55+
push: false
56+
4957
deploy-api-dev:
5058
needs: continuous-integration
5159
uses: ./.github/workflows/_deploy_api.yaml

0 commit comments

Comments
 (0)