Welcome to mirror list, hosted at ThFree Co, Russian Federation.

calibreapp-image-actions.yml « workflows « .github « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 }}