From 47b789d2513c6ce7e8edc13d99ca7c736918911c Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Dec 2025 21:03:57 +0100 Subject: [PATCH] Remove image from build --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 620aba0..c365a88 100644 --- a/action.yml +++ b/action.yml @@ -8,12 +8,9 @@ inputs: extra_system_packages: description: Install extra packages using apk default: "" - image: - description: The image to use for the run - default: "git.janishutz.com/registry/latex-build" runs: using: docker - image: ${{ inputs.image }} + image: git.janishutz.com/registry/latex-build args: - ${{ inputs.args }} - ${{ inputs.extra_system_packages }}