Skip to content

Commit 5642399

Browse files
committed
feat: CI pipeline docker test
1 parent 5e0575d commit 5642399

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
- name: Run app import check
2626
run: |
2727
python -c "import main"
28+
29+
- name: Set up Docker Buildx
30+
uses: docker/setup-buildx-action@v3
31+
32+
- name: Build Docker image
33+
run: |
34+
docker build -t fastapi-app .

0 commit comments

Comments
 (0)