Skip to content

Commit

Permalink
chore: update to new image action format
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 16, 2020
1 parent 88106f4 commit dd6bc28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/calibre/image-actions.yml

This file was deleted.

13 changes: 8 additions & 5 deletions .github/workflows/calibreapp-image-actions.yml
Expand Up @@ -13,8 +13,11 @@ jobs:
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 }}
- name: Checkout repo
uses: actions/checkout@master

- name: Compress images
uses: calibreapp/image-actions@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
ignorePaths: "node_modules/**,bower_components/**"

0 comments on commit dd6bc28

Please sign in to comment.