Skip to content

Merge pull request #146 from AtticusZeller/pre-commit-ci-update-config #177

Merge pull request #146 from AtticusZeller/pre-commit-ci-update-config

Merge pull request #146 from AtticusZeller/pre-commit-ci-update-config #177

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