Merge pull request #674 from leviem1/use-ghcr

Move to GitHub Container Registry
This commit is contained in:
Lukas Gravley 2020-09-04 12:23:35 -05:00 committed by GitHub
commit fc938bdc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
# Run Linter against code base # # Run Linter against code base #
################################ ################################
- name: Lint Code Base - name: Lint Code Base
uses: docker://github/super-linter:latest uses: docker://ghcr.io/github/super-linter:latest
env: env:
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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'