Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Bump pillow from 9.3.0 to 10.0.1 #496

Bump pillow from 9.3.0 to 10.0.1

Bump pillow from 9.3.0 to 10.0.1 #496

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)