Skip to content

Merge pull request #4 from lkmeta/dependabot/pip/python-multipart-0.0.18 #12

Merge pull request #4 from lkmeta/dependabot/pip/python-multipart-0.0.18

Merge pull request #4 from lkmeta/dependabot/pip/python-multipart-0.0.18 #12

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 .