Skip to content

Bump uvicorn from 0.23.2 to 0.24.0.post1 #102

Bump uvicorn from 0.23.2 to 0.24.0.post1

Bump uvicorn from 0.23.2 to 0.24.0.post1 #102

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
if:
steps:
- uses: actions/checkout@v3
- name: Install git
run: sudo apt-get install git
- name: Quay login
uses: docker/[email protected]
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build images
run: make all