From b35d21ea36da52ef4069ccc4b04bbef440092128 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Mon, 23 Sep 2024 09:05:03 +0100 Subject: [PATCH] Fix proto docker image --- .github/actions/lint-proto/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint-proto/action.yml b/.github/actions/lint-proto/action.yml index 6d58a4e..ab644f1 100644 --- a/.github/actions/lint-proto/action.yml +++ b/.github/actions/lint-proto/action.yml @@ -9,6 +9,6 @@ inputs: runs: using: "docker" - image: "yoheimuta/protolint:0.50.5" + image: "docker://yoheimuta/protolint:0.50.5" args: - ${{ inputs.working-directory }} \ No newline at end of file