Skip to content

Commit

Permalink
feat(docker): Rebuild image with SILE v0.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 23, 2023
1 parent 1ddaf4b commit 7a59080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sileVersion: [ "v0.14.10" ]
sileVersion: [ "v0.14.11" ]
runs-on: ubuntu-latest
container:
image: ghcr.io/sile-typesetter/sile:${{ matrix.sileVersion }}
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -e

: "${SILETAG:=v0.14.10}"
: "${SILETAG:=v0.14.11}"

REVISION=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')

Expand Down

0 comments on commit 7a59080

Please sign in to comment.