From 6410defc0a253d8cde5a359caecee9a16db82c78 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Tue, 23 Mar 2021 16:43:04 -0400 Subject: [PATCH] Use public docker image instead of building Dockerfile Signed-off-by: Khosrow Moossavi --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 44f55de..7ac96c4 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ outputs: runs: using: docker - image: Dockerfile + image: "docker://quay.io/terraform-docs/gh-actions:edge" args: - ${{ inputs.working-dir }} - ${{ inputs.atlantis-file }}