Skip to content

Commit

Permalink
Release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 3, 2022
1 parent 3ad1d64 commit 7e70e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ At this point there is one main template - _fpFull.sil_ - but more will follow.
## Docker usage

As an alternative method to use FontProof, Docker images are available from [Docker Hub](https://hub.docker.com/repository/docker/siletypesetter/fontproof) or the [GitHub Container Registry](https://github.com/sile-typesetter/fontproof/pkgs/container/fontproof%2Ffontproof) with SILE and the *fontproof* class baked in and ready for use.
Released versions are tagged to match (e.g. `v1.5.2`), the latest release will be tagged `latest`, and a `master` tag is also available with the freshest development build.
Released versions are tagged to match (e.g. `v1.5.3`), the latest release will be tagged `latest`, and a `master` tag is also available with the freshest development build.
In order to be useful you need to tell the Docker run command a way to reach your source documents (and hence also to give it a place to write the output) as well as tell it who you are on the host machine so the output generated inside the container can be created with the expected ownership properties.
You may find it easiest to run with an alias like this:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: ""
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/fontproof:v1.5.2
image: docker://ghcr.io/sile-typesetter/fontproof:v1.5.3
entrypoint: sh
args:
- -c
Expand Down

0 comments on commit 7e70e80

Please sign in to comment.