From a260264050f47c7086825b09e9a3fff8d1718694 Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Mon, 30 Dec 2019 23:12:01 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E6=88=BB=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 31d7314..569d4eb 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ branding: runs: using: docker - image: docker://satackey/action-latexmk:v1.0.0 + image: Dockerfile env: BUILD_IMAGE: ${{ inputs.docker-image }} HOST_WORKSPACE: ${{ inputs.host-workspace }} From 54aebcaaffddf60f313a24badbb86c999e22cdc5 Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Mon, 30 Dec 2019 23:13:00 +0900 Subject: [PATCH 2/2] Dockerhub --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 569d4eb..64a4906 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ branding: runs: using: docker - image: Dockerfile + image: docker://satackey/action-latexmk:v1.0.1 env: BUILD_IMAGE: ${{ inputs.docker-image }} HOST_WORKSPACE: ${{ inputs.host-workspace }}