summaryrefslogtreecommitdiffstats
path: root/docs/.github/workflows/calibreapp-image-actions.yml
blob: 3d95fd0c8c72f8343e834550aef03102052992fd (plain)
1
2
3
4
5
6
7
8
9
10
11
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 }}