We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0575d commit 5642399Copy full SHA for 5642399
1 file changed
.github/workflows/ci.yml
@@ -25,3 +25,10 @@ jobs:
25
- name: Run app import check
26
run: |
27
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