Skip to content

Bump pillow from 5.2.0 to 10.0.1 #74

Bump pillow from 5.2.0 to 10.0.1

Bump pillow from 5.2.0 to 10.0.1 #74

Workflow file for this run

name: Docker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: docker build . --file Dockerfile --target dev
- name: Build the Docker image
run: docker build . --file Dockerfile --target prod