fix container tag
All checks were successful
/ test_checkout (push) Successful in 50s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-29 15:06:22 +01:00
parent 2e27de9bb8
commit 1d3c1ba2d7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -3,7 +3,7 @@ jobs:
test_checkout: test_checkout:
runs-on: docker runs-on: docker
container: container:
image: ghcr.io/typst/typst:v0.14.0 image: ghcr.io/typst/typst:0.14.0
steps: steps:
- run: apk add --no-cache git curl - run: apk add --no-cache git curl
- run: | - run: |