Skip to content

Bump python-multipart from 0.0.7 to 0.0.18 #11

Bump python-multipart from 0.0.7 to 0.0.18

Bump python-multipart from 0.0.7 to 0.0.18 #11

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out the code from the repository
- uses: actions/checkout@v4
# Build the Docker image
- name: Build the Docker image
run: docker build -t txtify-app:latest .