From 604fa764e6b09c7c721326f54a25f56e825be3f5 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 8 Oct 2019 14:03:58 -0700 Subject: [PATCH] Create calibreapp-image-actions.yml --- .github/workflows/calibreapp-image-actions.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/calibreapp-image-actions.yml diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml new file mode 100644 index 00000000..3d95fd0c --- /dev/null +++ b/.github/workflows/calibreapp-image-actions.yml @@ -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 }}