Remove the calibre image action

Again...
This commit is contained in:
Bjørn Erik Pedersen 2020-03-31 22:10:21 +02:00
parent 58f53654d8
commit 20d77860b2
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 }}