rename build file, add image compression workflow

This commit is contained in:
Justin Cooper 2019-10-23 14:46:09 -05:00
parent 663b75b1ed
commit 4b86a7f422
2 changed files with 12 additions and 0 deletions

12
.github/workflows/images.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Compress images
on: pull_request
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: calibreapp/image-actions
uses: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}