From 715ab2761604ebea5acae6c4d1f5edb0a620fc35 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Dec 2025 21:10:39 +0100 Subject: [PATCH] Set to use latest image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c365a88..ac91582 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: "" runs: using: docker - image: git.janishutz.com/registry/latex-build + image: git.janishutz.com/registry/latex-build:latest args: - ${{ inputs.args }} - ${{ inputs.extra_system_packages }}