From b9c2cf92e3b4aa06878a1410833a8828b4bdcd26 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Tue, 7 Jul 2020 19:38:44 +0200 Subject: [PATCH] Use image on dockerhub --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 64bf6ed..980503c 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: Runs docfx as a GitHub Action. runs: using: docker - image: Dockerfile + image: 'docker://nikeee/docfx-action:latest' branding: icon: book