Remove the calibreapp action

This commit is contained in:
Bjørn Erik Pedersen 2020-01-22 15:27:49 +01:00
parent 682f710d75
commit 6daf333d39
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -1,12 +0,0 @@
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 }}