Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

chore(deps): update dependency fastapi to v0.110.1 #320

chore(deps): update dependency fastapi to v0.110.1

chore(deps): update dependency fastapi to v0.110.1 #320

Workflow file for this run

name: Python package
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ${{ secrets.APP_IMAGE }}