Move to GitHub Container Registry

This commit is contained in:
Levi Muniz 2020-09-03 15:59:01 -06:00 committed by GitHub
parent e89faa7920
commit 510424177e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://github/super-linter:v3' image: 'docker://ghcr.io/github/super-linter:v3'
branding: branding:
icon: 'check-square' icon: 'check-square'
color: 'white' color: 'white'