Skip to content

Merge pull request #113 from Atticuszz/dependabot/pip/anyio-4.4.0 #120

Merge pull request #113 from Atticuszz/dependabot/pip/anyio-4.4.0

Merge pull request #113 from Atticuszz/dependabot/pip/anyio-4.4.0 #120

Workflow file for this run

name: Build and Push FastAPI Docker Image
on:
push:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
push: true
tags: atticuszhou/supafast:latest