Skip to content

Commit

Permalink
feat(actions): Use tagged images for faster CI job spin up
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 29, 2021
1 parent 40a1972 commit 6a00388
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions action.yml
@@ -1,8 +1,17 @@
name: 'SILE-Typesetter'
name: SILE-Typesetter
description: Simon’s Improved Layout Engine
inputs:
args:
description: Arguments passed to sile
required: false
default: ""
runs:
using: docker
image: Dockerfile
image: docker://ghcr.io/sile-typesetter/sile:v0.10.15
entrypoint: sh
args:
- -c
- sile ${{ inputs.args }}
branding:
icon: book-open
color: orange

0 comments on commit 6a00388

Please sign in to comment.