From 510424177e8557f2385c17ac374790c9a8835fa2 Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Thu, 3 Sep 2020 15:59:01 -0600 Subject: [PATCH] Move to GitHub Container Registry --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a1284a8..e74b75cc 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' - image: 'docker://github/super-linter:v3' + image: 'docker://ghcr.io/github/super-linter:v3' branding: icon: 'check-square' color: 'white'